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