Fix #5 + reports in Discord

This commit is contained in:
yourfriend
2023-04-30 18:05:17 +03:00
committed by GitHub
parent 9fe1e96df2
commit 9618310e9e
+1 -1
View File
@@ -354,7 +354,7 @@ class SplashScreen(Handy.Window):
self.lbl1.set_text("Downloading AltStore...")
self.loadaltlinux.set_fraction(0.7)
r = requests.get(
"https://cdn.altstore.io/file/altstore/altstore-beta.ipa",
"https://cdn.altstore.io/file/altstore/altstore.ipa",
allow_redirects=True,
)
open(f"{(altlinuxpath)}/AltStore.ipa", "wb").write(r.content)