Skip to content

Commit bc7d368

Browse files
committed
build: require windows portable zip only for installer packaging
1 parent 3aa2113 commit bc7d368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/scripts/collect-distribution-assets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ copy_installer_or_archive_app_image() {
6464
}
6565

6666
copy_windows_portable_zip() {
67-
if [[ "$target" != windows-* ]]; then
67+
if [[ "$target" != windows-* || "$jpackage_type" == "app-image" ]]; then
6868
return
6969
fi
7070

0 commit comments

Comments
 (0)