parent
0109c8ced3
commit
1aeec138cf
|
@ -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 = Path(str(working_dir) + ".zip")
|
build_path = working_dir.with_suffix(working_dir.suffix + ".zip")
|
||||||
app_name = build_path.name
|
app_name = build_path.name
|
||||||
command = [
|
command = [
|
||||||
"python",
|
"python",
|
||||||
|
|
Loading…
Reference in New Issue