Skip to content

Commit

Permalink
fix config + remove 24h2 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaProductions committed May 29, 2024
1 parent 61df47a commit 78dca7a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rectify11Installer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ private static void Main(string[] args)
if (!ShowCompatibilityMessage(true, Strings.Rectify11.compatWarnText, Strings.Rectify11.compatWarnInstruc))
return;
}

// Windows 11 builds greater than 25977 have known issues
if (Environment.OSVersion.Version.Build >= 25977)
{
if (!ShowCompatibilityMessage(true, Strings.Rectify11.compatWarnText, Strings.Rectify11.tooNewBuild))
return;
}
}

if (Environment.OSVersion.Version.Build >= 10240)
Expand Down

0 comments on commit 78dca7a

Please sign in to comment.