mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 00:51:30 -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))
|
||||
{
|
||||
Process.Start(truePath, e.Args);
|
||||
Terminate(ErrorCode.ERROR_SUCCESS);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user