Skip to content

Commit

Permalink
Updates AltStore download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rileytestut committed Sep 27, 2019
1 parent 5da1333 commit 538d943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AltServer/AltServerApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ pplx::task<fs::path> AltServerApp::DownloadApp()
{
*outputFile = file;

uri_builder builder(L"https://www.dropbox.com/s/w1gn9iztlqvltyp/AltStore.ipa?dl=1");
uri_builder builder(L"https://f000.backblazeb2.com/file/altstore/altstore.ipa");

http_client client(builder.to_uri());
return client.request(methods::GET);
Expand Down

0 comments on commit 538d943

Please sign in to comment.