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()