rewrite exit message and update mod link to 0.1.3
This commit is contained in:
parent
26a18d7877
commit
4bba1611cd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user