terminate process on relaunch

This commit is contained in:
bluepilledgreat 2025-04-05 19:04:10 +01:00
parent de9ff5ab74
commit ab8eb3cef3

View File

@ -313,6 +313,7 @@ namespace Bloxstrap
if (IsRobloxInstallerPath(Paths.Process, out string? truePath))
{
Process.Start(truePath, e.Args);
Terminate(ErrorCode.ERROR_SUCCESS);
return;
}