mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Compare commits
1 Commits
1d642e2ffa
...
0.6.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4aca1dfa43 |
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user