mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-15 09:43:34 +01:00
[AltServer] Fixes staging AltPlugin update URL
This commit is contained in:
@@ -40,7 +40,7 @@ enum PluginError: LocalizedError
|
||||
private extension URL
|
||||
{
|
||||
#if STAGING
|
||||
static let altPluginUpdateURL = URL(string: "https://f000.backblazeb2.com/file/altstore-staging/altserver/altplugin/altplugin2.json")!
|
||||
static let altPluginUpdateURL = URL(string: "https://f000.backblazeb2.com/file/altstore-staging/altserver/altplugin/altplugin.json")!
|
||||
#else
|
||||
static let altPluginUpdateURL = URL(string: "https://cdn.altstore.io/file/altstore/altserver/altplugin/altplugin.json")!
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user