From 26a18d78773c9560f3d61563129f0e9df0cad227 Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Wed, 28 May 2025 22:51:54 -0500 Subject: [PATCH] update wget.download tarball link --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 99af69a..ef6973a 100644 --- a/installer.py +++ b/installer.py @@ -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()