[Fixed] Fixed clash process name is Clash.Meta

This commit is contained in:
Skyxim
2022-02-04 17:36:34 +08:00
parent ae5a790510
commit 90e6ed4612
3 changed files with 20 additions and 17 deletions

View File

@ -5,4 +5,5 @@ var (
Version = "1.9.0"
BuildTime = "unknown time"
AutoIptables string
ClashName = "Clash.Meta"
)