From 4bba1611cd02821e9aca5a250375cbd49065c90c Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Sat, 31 May 2025 10:58:10 -0500 Subject: [PATCH] rewrite exit message and update mod link to 0.1.3 --- installer.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/installer.py b/installer.py index ef6973a..834b581 100644 --- a/installer.py +++ b/installer.py @@ -133,6 +133,8 @@ def check_for_launcher_files(filepath, launchername): # --------------------the real shit!------------------------ +print("[INFO]: Welcome! Installer Version: 0.1.3") + #detect operating system and find home, minecraft, & mod folders homedir = os.path.expanduser("~") os.chdir(homedir) @@ -203,7 +205,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.1.2/mods.tar.gz') + wget.download('https://git.sarushinobie.dev/saru/family-minecraft-modpack/releases/download/0.1.3/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() @@ -211,9 +213,9 @@ except: extract_tar('mods.tar.gz', 'mods') # ('tarfile', 'directory to extract to') -print(""); print("sigma!") -print("all done!") +print(""); print("all done!") print("This window will exit and close in ten seconds. :)") +print("(unless you're on linux, then you get to do it on your own. like usual.)") time.sleep(9) print_ascii_art() # print boykisser to console