mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
fix: url test rule
This commit is contained in:
@@ -40,7 +40,11 @@ func main() {
|
||||
// 1. update files
|
||||
Updater()
|
||||
// 2. start
|
||||
Launcher()
|
||||
if os.Getenv("NKR_FROM_LAUNCHER") == "1" {
|
||||
Launcher()
|
||||
} else {
|
||||
exec.Command("./nekoray").Start()
|
||||
}
|
||||
}
|
||||
return
|
||||
} else if strings.HasPrefix(strings.ToLower(exe), "launcher") {
|
||||
|
||||
Reference in New Issue
Block a user