Properly appending '.zip'

This commit is contained in:
Emmanuel Engelhart 2024-12-16 22:31:03 +01:00
parent ef54fd823e
commit b1b545a65b
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 1 additions and 1 deletions

View File

@ -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 = working_dir.with_suffix(".zip")
build_path = working_dir + ".zip"
app_name = build_path.name
command = [
"python",