diff --git a/Bloxstrap/Bootstrapper.cs b/Bloxstrap/Bootstrapper.cs index 096df02..2f99fdb 100644 --- a/Bloxstrap/Bootstrapper.cs +++ b/Bloxstrap/Bootstrapper.cs @@ -118,7 +118,10 @@ namespace Bloxstrap await RbxFpsUnlocker.CheckInstall(); - await StartRoblox(); + if (Program.IsFirstRun) + Dialog.ShowSuccess($"{Program.ProjectName} has been installed"); + else + await StartRoblox(); Program.Exit(); } @@ -293,6 +296,8 @@ namespace Bloxstrap uninstallKey.SetValue("Publisher", Program.ProjectName); uninstallKey.SetValue("ModifyPath", $"\"{Directories.App}\" -preferences"); uninstallKey.SetValue("UninstallString", $"\"{Directories.App}\" -uninstall"); + uninstallKey.SetValue("URLInfoAbout", $"https://github.com/{Program.ProjectRepository}"); + uninstallKey.SetValue("URLUpdateInfo", $"https://github.com/{Program.ProjectRepository}/releases/latest"); uninstallKey.Close(); } diff --git a/Bloxstrap/Dialogs/Preferences.xaml b/Bloxstrap/Dialogs/Preferences.xaml index bfd73f2..2b6b4bf 100644 --- a/Bloxstrap/Dialogs/Preferences.xaml +++ b/Bloxstrap/Dialogs/Preferences.xaml @@ -48,7 +48,7 @@ -