This commit is contained in:
Madis 2022-06-03 19:11:56 +03:00
parent 284998b93d
commit f6d7ce85c0

View file

@ -14,7 +14,7 @@ packwiz_manifest = "pack.toml"
cf_zip_path = ""
pack_version = ""
refresh_only = True
refresh_only = False
is_legacy = False
hydrogen = False
modrinth_overrides = True
@ -35,7 +35,7 @@ if refresh_only == False:
os.remove( os.path.join(mods_path, item))
os.chdir(packwiz_path)
if refresh_only == True:
if refresh_only == False:
cf_zip_path = input("Please drag the CurseForge zip file here: ")[3:][:-1] # Because dragging the file adds "& " and double quotes
# Update pack.toml first