Browse Source

Fix autostart issue #2841

tags/4.1.10.0
celeron533 4 years ago
parent
commit
5bc4a0b1cc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shadowsocks-csharp/Program.cs

+ 1
- 0
shadowsocks-csharp/Program.cs View File

@@ -26,6 +26,7 @@ namespace Shadowsocks
[STAThread] [STAThread]
static void Main(string[] args) static void Main(string[] args)
{ {
Directory.SetCurrentDirectory(Application.StartupPath);
// todo: initialize the NLog configuartion // todo: initialize the NLog configuartion
Model.NLogConfig.TouchAndApplyNLogConfig(); Model.NLogConfig.TouchAndApplyNLogConfig();


Loading…
Cancel
Save