mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[AltServer] Fixes indefinitely caching STAGING Sparkle URL
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user