mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-08-03 19:06:14 -04:00
Update common.py
Properly .zip appending to filename
This commit is contained in:
parent
0109c8ced3
commit
1aeec138cf
2
.github/scripts/common.py
vendored
2
.github/scripts/common.py
vendored
@ -544,7 +544,7 @@ def create_desktop_image(make_release):
|
||||
elif platform.system() == "Windows":
|
||||
archive_basename = "kiwix-desktop_windows_x64_{}".format(postfix)
|
||||
working_dir = INSTALL_DIR / archive_basename
|
||||
build_path = Path(str(working_dir) + ".zip")
|
||||
build_path = working_dir.with_suffix(working_dir.suffix + ".zip")
|
||||
app_name = build_path.name
|
||||
command = [
|
||||
"python",
|
||||
|
Loading…
x
Reference in New Issue
Block a user