mirror of
https://github.com/netchx/netch.git
synced 2026-04-11 20:43:21 +08:00
Fix trojan can not start
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Netch.Controllers
|
||||
|
||||
Instance = MainController.GetProcess();
|
||||
Instance.StartInfo.FileName = "bin\\Trojan.exe";
|
||||
Instance.StartInfo.Arguments = "-c data\\last.json";
|
||||
Instance.StartInfo.Arguments = "-c ..\\data\\last.json";
|
||||
Instance.OutputDataReceived += OnOutputDataReceived;
|
||||
Instance.ErrorDataReceived += OnOutputDataReceived;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user