Closed kerner1000 closed 2 years ago
Hi @kerner1000!
Please, have a look to issue-184 ... this problem was reported and fixed in JavaPackager 1.6.7-SNAPSHOT. Try to install this version manually to your local repo until 1.6.7 is released to Maven Central:
git clone https://github.com/fvarrui/JavaPackager --branch devel
cd JavaPackager
./gradlew publishToMavenLocal
and then change JavaPackager version in your POM from 1.6.6
to 1.6.7-SNAPSHOT
.
Please, give some feedback.
Thanks!
JavaPackager doesn't use jpackage
tool.
That worked, thanks a lot!
I'm submitting a…
I am trying to build an application image on Apple M1. I am getting the following error when executing
mvn package
bless: The 'openfolder' is not supported on Apple Silicon devices
DMG image generation failed due to: Command execution failed: bless --folder
Other information (e.g. related issues, suggestions how to fix, links for us to have context)