Browse Source

fix #60

tags/2.3
clowwindy 10 years ago
parent
commit
0d78051318
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      shadowsocks-csharp/Program.cs

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

@@ -4,6 +4,7 @@ using Shadowsocks.View;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Windows.Forms;
@@ -30,7 +31,7 @@ namespace Shadowsocks
MessageBox.Show("Shadowsocks is already running.\n\nFind Shadowsocks icon in your notify tray.");
return;
}
Directory.SetCurrentDirectory(Application.StartupPath);
#if !DEBUG
Logging.OpenLogFile();
#endif


Loading…
Cancel
Save