mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
ulwgl_dl_util: print on extraction complete
This commit is contained in:
parent
4691e26f23
commit
f24dbc8591
@ -146,6 +146,7 @@ def _extract_dir(proton: Path, steam_compat: Path) -> None:
|
||||
with tar_open(proton.as_posix(), "r:gz") as tar:
|
||||
print(f"Extracting {proton} -> {steam_compat.as_posix()} ...")
|
||||
tar.extractall(path=steam_compat.as_posix())
|
||||
print("Completed.")
|
||||
|
||||
|
||||
def _cleanup(tarball, proton, cache, steam_compat) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user