diff --git a/AltServer/AppDelegate.swift b/AltServer/AppDelegate.swift index e4ec7a67..a171fdf1 100644 --- a/AltServer/AppDelegate.swift +++ b/AltServer/AppDelegate.swift @@ -15,6 +15,8 @@ import LaunchAtLogin #if STAGING private let altstoreAppURL = URL(string: "https://f000.backblazeb2.com/file/altstore-staging/altstore.ipa")! +#elseif BETA +private let altstoreAppURL = URL(string: "https://f000.backblazeb2.com/file/altstore/altstore-beta.ipa")! #else private let altstoreAppURL = URL(string: "https://f000.backblazeb2.com/file/altstore/altstore.ipa")! #endif