From af3277fef2dab9b3d5619116b96c770361f64f45 Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Tue, 17 Dec 2024 17:48:44 +0400 Subject: [PATCH] Fixed kiwix-desktop Windows package name generation --- .github/scripts/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/common.py b/.github/scripts/common.py index baa40c52..2b059a7b 100644 --- a/.github/scripts/common.py +++ b/.github/scripts/common.py @@ -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",