[AltServer] Fixes staging AltPlugin update URL

This commit is contained in:
Riley Testut
2022-02-22 12:35:24 -08:00
parent 4257f58f96
commit 3c9ef728e1

View File

@@ -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