more release shit
This commit is contained in:
@@ -26,8 +26,8 @@ public static class Program
|
||||
|
||||
static Program()
|
||||
{
|
||||
settingsManager = new(GetSettingsPath(2), true);
|
||||
MigrateLegacySettings(GetSettingsPath(null));
|
||||
//settingsManager = new(GetSettingsPath(2), true);
|
||||
//MigrateLegacySettings(GetSettingsPath(null));
|
||||
}
|
||||
|
||||
[STAThread]
|
||||
@@ -40,8 +40,8 @@ public static class Program
|
||||
InstallWithoutGui(Options.UpdateOptions, Options.Silent);
|
||||
else
|
||||
{
|
||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||
ShowWindow(GetConsoleWindow(), 0);
|
||||
//if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||
// ShowWindow(GetConsoleWindow(), 0);
|
||||
RunApp(Options.UpdateOptions);
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,8 @@ public static class Program
|
||||
{
|
||||
ApplicationConfiguration.Initialize();
|
||||
AppGlobals.Initialize();
|
||||
Application.Run(new MainForm(updateOptions));
|
||||
MessageBox.Show("TEST");
|
||||
//Application.Run(new MainForm(updateOptions));
|
||||
}
|
||||
|
||||
private static string GetSettingsPath(int? settingsVersion = 3)
|
||||
|
||||
Reference in New Issue
Block a user