[AltServer] Fixes indefinitely caching STAGING Sparkle URL

This commit is contained in:
Riley Testut
2022-05-10 15:02:58 -07:00
parent 92e6543b78
commit 48a3a7f61b

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)