Fixed kiwix-desktop Windows package name generation
This commit is contained in:
parent
4d838cf4de
commit
a5a6ba1c52
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue