Closed zjor closed 1 year ago
Hi @zjor! Could you share JavaPackager output, please? I've seen that you are not providing a valid ICNS file
Hi @fvarrui ! Thank you for replying so fast!
This is the full output of mvn clean package
:
out.txt
Hi @zjor!
Oh!! I've just realized that generateInstaller
must be true
in order to generate DMG
Thanks! That's true, also I needed to agree with a XCode license. Now everything works, thank you!
I'm submitting a…
Short description of the issue/suggestion: Hi, I'm trying to generate a *.DMG package, it should be generated by default (as the documentation says), but I can't find it. This is my config:
Steps to reproduce the issue/enhancement:
mvn clean package
What is the expected behavior? *.dmg file should be somewhere
What is the current behavior?
target/${artifactid}
contains the app, but not a*.dmg
file.Please tell us about your environment:
Other information (e.g. related issues, suggestions how to fix, links for us to have context)