Fix trojan can not start

This commit is contained in:
Connection Refused
2020-05-08 16:29:11 +08:00
parent 95f26332a6
commit 8c05ba2289

View File

@@ -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;