fix release builds

This commit is contained in:
bluepilledgreat 2024-02-02 15:09:35 +00:00
parent 09fc1dc031
commit b5114c8e73

View File

@ -91,7 +91,7 @@ namespace Bloxstrap
_showingExceptionDialog = true;
if (!IsQuiet)
if (!LaunchSettings.IsQuiet)
Frontend.ShowExceptionDialog(exception);
Terminate(ErrorCode.ERROR_INSTALL_FAILURE);
@ -159,7 +159,7 @@ namespace Bloxstrap
NotifyIcon = new();
#if !DEBUG
if (!IsUninstall && !IsFirstRun)
if (!LaunchSettings.IsUninstall && !IsFirstRun)
InstallChecker.CheckUpgrade();
#endif