[AltServer] Fixes staging AltPlugin update URL

This commit is contained in:
Riley Testut
2022-02-22 12:35:24 -08:00
parent 1ebdb8df21
commit 2bdf89e83f

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