diff --git a/Bloxstrap/Installer.cs b/Bloxstrap/Installer.cs index d57e985..8d1a6e6 100644 --- a/Bloxstrap/Installer.cs +++ b/Bloxstrap/Installer.cs @@ -9,7 +9,7 @@ namespace Bloxstrap /// Should this version automatically open the release notes page? /// Recommended for major updates only. /// - private const bool OpenReleaseNotes = false; + private const bool OpenReleaseNotes = true; private static string DesktopShortcut => Path.Combine(Paths.Desktop, $"{App.ProjectName}.lnk");