1
This commit is contained in:
parent
bea0d9e76e
commit
c356f812d8
2
hlna.py
2
hlna.py
@ -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(dir_steam_workshop, subdirs[i]), name))
|
||||
dst = os.path.join(dir_extract, os.path.relpath(name))
|
||||
uncompressed = os.path.join(curdir, file + ".uncompressed_size")
|
||||
unpack(src, dst)
|
||||
print("[+] Extracted " + file)
|
||||
|
Loading…
Reference in New Issue
Block a user