Skip to content

Commit

Permalink
[AltServer] Updates AltStore download URLs to use CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
rileytestut committed Jun 4, 2021
1 parent 558a3fc commit 786d1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AltServer/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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")!
private let altstoreAppURL = URL(string: "https://cdn.altstore.io/file/altstore/altstore-beta.ipa")!
#else
private let altstoreAppURL = URL(string: "https://f000.backblazeb2.com/file/altstore/altstore.ipa")!
private let altstoreAppURL = URL(string: "https://cdn.altstore.io/file/altstore/altstore.ipa")!
#endif

extension ALTDevice: MenuDisplayable {}
Expand Down

0 comments on commit 786d1ca

Please sign in to comment.