diff --git a/AltStoreCore/Model/InstalledApp.swift b/AltStoreCore/Model/InstalledApp.swift index 9c965be3..e6036525 100644 --- a/AltStoreCore/Model/InstalledApp.swift +++ b/AltStoreCore/Model/InstalledApp.swift @@ -141,7 +141,7 @@ public class InstalledApp: BaseEntity, InstalledAppProtocol let latestVer = SemanticVersion("\(latestSemVer!.major).\(latestSemVer!.minor).\(latestSemVer!.patch)") // Compare by major.minor.patch - if latestVer! > latestVer! { + if latestVer! > currentVer! { return true }