toggle OpenReleaseNotes

This commit is contained in:
bluepilledgreat 2025-03-15 13:04:10 +00:00
parent f0eb2eb745
commit d0f1b9de22

View File

@ -9,7 +9,7 @@ namespace Bloxstrap
/// Should this version automatically open the release notes page?
/// Recommended for major updates only.
/// </summary>
private const bool OpenReleaseNotes = false;
private const bool OpenReleaseNotes = true;
private static string DesktopShortcut => Path.Combine(Paths.Desktop, $"{App.ProjectName}.lnk");