diff --git a/Bloxstrap/InstallChecker.cs b/Bloxstrap/InstallChecker.cs index 1cac129..66989ef 100644 --- a/Bloxstrap/InstallChecker.cs +++ b/Bloxstrap/InstallChecker.cs @@ -260,12 +260,7 @@ namespace Bloxstrap if (isAutoUpgrade) { - App.NotifyIcon?.ShowAlert( - string.Format(Resources.Strings.InstallChecker_Updated, currentVersionInfo.ProductVersion), - Resources.Strings.InstallChecker_SeeWhatsNew, - 30, - (_, _) => Utilities.ShellExecute($"https://github.com/{App.ProjectRepository}/releases/tag/v{currentVersionInfo.ProductVersion}") - ); + Utilities.ShellExecute($"https://github.com/{App.ProjectRepository}/wiki/Release-notes-for-Bloxstrap-v{currentVersionInfo.ProductVersion}"); } else if (!App.LaunchSettings.IsQuiet) {