fixed scripts

This commit is contained in:
Joey Eamigh
2023-06-22 00:40:28 -04:00
parent 45d7fe07a5
commit 93409a83f8
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ def forge():
def mods():
os.chdir(INSTANCE_DIR)
if not os.path.exists(os.path.join(INSTANCE_DIR, "downloader.zip")):
if not os.path.exists(os.path.join(INSTANCE_DIR, "downloader.jar")):
cprint("downloader.jar not found - downloading", "yellow")
r = requests.get(MOD_DOWNLOADER_URL, allow_redirects=True)
open("downloader.jar", "wb").write(r.content)