mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 18:11:27 -07:00
Open release notes on upgrade instead of invoking a Windows notification
This commit is contained in:
parent
2ddc5efbef
commit
0937a69a03
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user