mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-05-13 19:54:41 -07:00
Fix uninstallation returning wrong exit code
This commit is contained in:
parent
18f46cdad5
commit
a58bdd4abc
@ -385,6 +385,8 @@ namespace Bloxstrap
|
||||
catch (Exception) { }
|
||||
|
||||
Dialog.ShowSuccess($"{Program.ProjectName} has been uninstalled");
|
||||
|
||||
Environment.Exit(ERROR_PRODUCT_UNINSTALLED);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user