[AltServer] Updates AltStore download URL

This commit is contained in:
Riley Testut
2019-09-19 22:25:07 -07:00
parent f51e41efab
commit 997376938a

View File

@@ -167,7 +167,7 @@ extension ALTDeviceManager
func downloadApp(completionHandler: @escaping (Result<URL, Error>) -> Void)
{
let appURL = URL(string: "https://www.dropbox.com/s/w1gn9iztlqvltyp/AltStore.ipa?dl=1")!
let appURL = URL(string: "https://f000.backblazeb2.com/file/altstore/altstore.ipa")!
let downloadTask = URLSession.shared.downloadTask(with: appURL) { (fileURL, response, error) in
do