mirror of
https://github.com/netchx/netch.git
synced 2026-04-01 19:15:09 +08:00
[Netch] WTF
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Netch.Controllers.Server
|
||||
{
|
||||
StartInfo = new ProcessStartInfo()
|
||||
{
|
||||
FileName = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bin\\Shadowsocks.exe"),
|
||||
FileName = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bin\\ss-local.exe"),
|
||||
WorkingDirectory = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bin"),
|
||||
CreateNoWindow = true,
|
||||
UseShellExecute = false,
|
||||
|
||||
Reference in New Issue
Block a user