From 997376938a816ff9d1d15db2da360c450775f423 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Thu, 19 Sep 2019 22:25:07 -0700 Subject: [PATCH] [AltServer] Updates AltStore download URL --- AltServer/Devices/ALTDeviceManager+Installation.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltServer/Devices/ALTDeviceManager+Installation.swift b/AltServer/Devices/ALTDeviceManager+Installation.swift index eac070c3..fbd2fef3 100644 --- a/AltServer/Devices/ALTDeviceManager+Installation.swift +++ b/AltServer/Devices/ALTDeviceManager+Installation.swift @@ -167,7 +167,7 @@ extension ALTDeviceManager func downloadApp(completionHandler: @escaping (Result) -> 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