update wget.download tarball link

This commit is contained in:
Obie Hinojosa 2025-05-28 22:51:54 -05:00
parent 69659a9787
commit 26a18d7877

View File

@ -203,7 +203,7 @@ os.environ['SSL_CERT_FILE'] = certifi.where()
# this line fixes SSL errors after compiling with PyInstaller as long as certifi is imported alongside it
try:
wget.download('https://git.sarushinobie.dev/saru/family-minecraft-modpack/releases/download/0.0.1/mods.tar.gz')
wget.download('https://git.sarushinobie.dev/saru/family-minecraft-modpack/releases/download/0.1.2/mods.tar.gz')
# this is insane. `wget` the fucking goat. who knew windows package manager was so cool?
except:
print(); print("[ERR!] Fatal: Download failed! (Is Adolin online?)"); print()