Skip to content

Commit

Permalink
Fixed kiwix-desktop Windows package name generation
Browse files Browse the repository at this point in the history
  • Loading branch information
veloman-yunkan committed Dec 17, 2024
1 parent 4d838cf commit af3277f
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 @@ -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 = str(working_dir) + ".zip"
app_name = build_path.name
command = [
"python",
Expand Down

0 comments on commit af3277f

Please sign in to comment.