mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix release builds
This commit is contained in:
parent
09fc1dc031
commit
b5114c8e73
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user