diff --git a/Bloxstrap/InstallChecker.cs b/Bloxstrap/InstallChecker.cs index 583814a1..8ea5b498 100644 --- a/Bloxstrap/InstallChecker.cs +++ b/Bloxstrap/InstallChecker.cs @@ -227,7 +227,7 @@ internal static void CheckUpgrade() App.FastFlags.Save(); } - else if (currentVersionInfo.ProductVersion.StartsWith("2.6.0")) + else if (existingVersionInfo.ProductVersion == "2.5.4") { if (App.Settings.Prop.UseDisableAppPatch) {