mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-05-14 04:04:42 -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) { }
|
catch (Exception) { }
|
||||||
|
|
||||||
Dialog.ShowSuccess($"{Program.ProjectName} has been uninstalled");
|
Dialog.ShowSuccess($"{Program.ProjectName} has been uninstalled");
|
||||||
|
|
||||||
|
Environment.Exit(ERROR_PRODUCT_UNINSTALLED);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user