mirror of
https://github.com/netchx/netch.git
synced 2026-04-27 21:49:36 +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\\ShadowsocksR.exe"),
|
||||
FileName = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bin\\ssr-local.exe"),
|
||||
WorkingDirectory = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bin"),
|
||||
CreateNoWindow = true,
|
||||
UseShellExecute = false,
|
||||
|
||||
Reference in New Issue
Block a user