forked from Shinonome/althea
Fix #5 + reports in Discord
This commit is contained in:
@@ -354,7 +354,7 @@ class SplashScreen(Handy.Window):
|
|||||||
self.lbl1.set_text("Downloading AltStore...")
|
self.lbl1.set_text("Downloading AltStore...")
|
||||||
self.loadaltlinux.set_fraction(0.7)
|
self.loadaltlinux.set_fraction(0.7)
|
||||||
r = requests.get(
|
r = requests.get(
|
||||||
"https://cdn.altstore.io/file/altstore/altstore-beta.ipa",
|
"https://cdn.altstore.io/file/altstore/altstore.ipa",
|
||||||
allow_redirects=True,
|
allow_redirects=True,
|
||||||
)
|
)
|
||||||
open(f"{(altlinuxpath)}/AltStore.ipa", "wb").write(r.content)
|
open(f"{(altlinuxpath)}/AltStore.ipa", "wb").write(r.content)
|
||||||
|
|||||||
Reference in New Issue
Block a user