mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 18:27:07 +02:00
fix: explicitly set arcname in tarball
This commit is contained in:
parent
d5309c1ddf
commit
0a84c20d1d
@ -42,5 +42,5 @@ if proc.returncode == 0:
|
||||
output_exe.rename(release_exe)
|
||||
tarpath = output.joinpath(tarname)
|
||||
with tarfile.open(tarpath, "w:gz") as tar:
|
||||
tar.add(release_exe)
|
||||
tar.add(release_exe, arcname=APP_NAME_LOWER)
|
||||
print(f"Wrote tarfile to '{tarpath}'")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user