mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
terminate process on relaunch
This commit is contained in:
parent
de9ff5ab74
commit
ab8eb3cef3
@ -313,6 +313,7 @@ namespace Bloxstrap
|
|||||||
if (IsRobloxInstallerPath(Paths.Process, out string? truePath))
|
if (IsRobloxInstallerPath(Paths.Process, out string? truePath))
|
||||||
{
|
{
|
||||||
Process.Start(truePath, e.Args);
|
Process.Start(truePath, e.Args);
|
||||||
|
Terminate(ErrorCode.ERROR_SUCCESS);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user