From 12780e5116f56559c27009c7729aa95b6e4c5a32 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:48:56 +0800 Subject: [PATCH] fix a typo --- Netch/ServerEx/Shadowsocks/SSController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Netch/ServerEx/Shadowsocks/SSController.cs b/Netch/ServerEx/Shadowsocks/SSController.cs index 47cea0765b..9f8eea00a0 100644 --- a/Netch/ServerEx/Shadowsocks/SSController.cs +++ b/Netch/ServerEx/Shadowsocks/SSController.cs @@ -10,6 +10,7 @@ public class SSController : ServerController public SSController() { Name = "Shadowsocks"; + MainFile = "Shadowsocks.exe"; } public override bool Start(Server s, Mode mode)