We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa2113 commit bc7d368Copy full SHA for bc7d368
1 file changed
packaging/scripts/collect-distribution-assets.sh
@@ -64,7 +64,7 @@ copy_installer_or_archive_app_image() {
64
}
65
66
copy_windows_portable_zip() {
67
- if [[ "$target" != windows-* ]]; then
+ if [[ "$target" != windows-* || "$jpackage_type" == "app-image" ]]; then
68
return
69
fi
70
0 commit comments