Properly appending '.zip'
This commit is contained in:
parent
ef54fd823e
commit
b1b545a65b
|
@ -544,7 +544,7 @@ def create_desktop_image(make_release):
|
||||||
elif platform.system() == "Windows":
|
elif platform.system() == "Windows":
|
||||||
archive_basename = "kiwix-desktop_windows_x64_{}".format(postfix)
|
archive_basename = "kiwix-desktop_windows_x64_{}".format(postfix)
|
||||||
working_dir = INSTALL_DIR / archive_basename
|
working_dir = INSTALL_DIR / archive_basename
|
||||||
build_path = working_dir.with_suffix(".zip")
|
build_path = working_dir + ".zip"
|
||||||
app_name = build_path.name
|
app_name = build_path.name
|
||||||
command = [
|
command = [
|
||||||
"python",
|
"python",
|
||||||
|
|
Loading…
Reference in New Issue