This commit is contained in:
Евгений Храмов 2023-05-14 16:47:26 +03:00
parent 7aac1c8d59
commit 3492a34f45

@ -475,7 +475,7 @@ def modextract(id_mod, id_game_workshop):
name, ext = os.path.splitext(file)
if ext == ".z":
src = os.path.join(curdir, file)
dst = os.path.join(dir_extract, os.path.relpath(os.path.join(f"{dirpath}, {subdirs[i]}, /"), dir_steam_workshop))
dst = os.path.join(dir_extract, os.path.relpath(os.path.join(dirpath, subdirs[i], "/"), dir_steam_workshop))
uncompressed = os.path.join(curdir, file + ".uncompressed_size")
unpack(src, dst)
print("[+] Extracted " + file)