mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
released v1.2.22
This commit is contained in:
@@ -48,8 +48,6 @@ namespace GARbro.GUI
|
||||
|
||||
void ApplicationStartup (object sender, StartupEventArgs e)
|
||||
{
|
||||
UpgradeSettings();
|
||||
|
||||
string exe_dir = Path.GetDirectoryName (System.Reflection.Assembly.GetExecutingAssembly().Location);
|
||||
#if DEBUG
|
||||
Trace.Listeners.Add (new TextWriterTraceListener (Path.Combine (exe_dir, "trace.log")));
|
||||
@@ -62,6 +60,7 @@ namespace GARbro.GUI
|
||||
"GARbro.GUI.App");
|
||||
Trace.WriteLine (args.Exception.StackTrace, "Stack trace");
|
||||
};
|
||||
UpgradeSettings();
|
||||
try
|
||||
{
|
||||
if (0 != e.Args.Length)
|
||||
|
||||
Reference in New Issue
Block a user