mirror of
https://github.com/vyvir/althea.git
synced 2026-06-05 14:59:30 -05:00
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.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)
|
||||
|
||||
Reference in New Issue
Block a user