From d0f1b9de226a59b1b8791a41f786000ae8450b69 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sat, 15 Mar 2025 13:04:10 +0000 Subject: [PATCH] toggle `OpenReleaseNotes` --- Bloxstrap/Installer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");