Fixed kiwix-desktop Windows package name generation

This commit is contained in:
Veloman Yunkan 2024-12-17 17:48:44 +04:00
parent 4d838cf4de
commit a5a6ba1c52
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 + ".zip"
build_path = Path(str(working_dir) + ".zip")
app_name = build_path.name
command = [
"python",