Skip to content

Commit

Permalink
Fix kiwix-desktop archive name on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Aug 30, 2024
1 parent 5f65164 commit 8401ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def create_desktop_image(make_release):
app_name = "org.kiwix.desktop.{}.flatpak".format(postfix)
print_message("archive is {}", build_path)
elif platform.system() == "Windows":
archive_basename = "Kiwix-{}-win-amd64".format(postfix)
archive_basename = "kiwix-desktop_windows_x64_{}".format(postfix)
working_dir = INSTALL_DIR / archive_basename
build_path = working_dir.with_suffix(".zip")
app_name = build_path.name
Expand Down

0 comments on commit 8401ee5

Please sign in to comment.