Fix update migration logic

This commit is contained in:
pizzaboxer 2024-06-14 23:57:04 +01:00
parent cf6b95e695
commit b84522a643
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -227,7 +227,7 @@ namespace Bloxstrap
App.FastFlags.Save();
}
else if (currentVersionInfo.ProductVersion.StartsWith("2.6.0"))
else if (existingVersionInfo.ProductVersion == "2.5.4")
{
if (App.Settings.Prop.UseDisableAppPatch)
{