diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index b675e85..cb09a2f 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -313,6 +313,7 @@ namespace Bloxstrap if (IsRobloxInstallerPath(Paths.Process, out string? truePath)) { Process.Start(truePath, e.Args); + Terminate(ErrorCode.ERROR_SUCCESS); return; }