[AltServer] Fixes indefinitely caching STAGING Sparkle URL

This commit is contained in:
Riley Testut
2022-05-10 15:02:58 -07:00
parent cdb5fb34dd
commit 9570b797fd

View File

@@ -67,6 +67,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
#if STAGING
SUUpdater.shared().feedURL = URL(string: "https://altstore.io/altserver/sparkle-macos-staging.xml")
#else
SUUpdater.shared().feedURL = URL(string: "https://altstore.io/altserver/sparkle-macos.xml")
#endif
let item = NSStatusBar.system.statusItem(withLength: -1)