Skip to content

Commit

Permalink
Remove true
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Nov 22, 2023
1 parent acfbc4b commit bc867cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion archipelago/MenuItems/CheckForUpdatesMenuItem.swift
Expand Up @@ -43,7 +43,6 @@ class CheckForUpdatesMenuItem: NSMenuItem {
let prerelease = $0["prerelease"] as! UInt
let tagName = $0["tag_name"] as! String

return true
return prerelease == 0 && Version(tagName) > currentVersion as! Version
}.sorted {
Version($0["tag_name"] as! String) > Version($1["tag_name"] as! String)
Expand Down

0 comments on commit bc867cb

Please sign in to comment.