Using javapackager
under Mac OS X 10.12, I can generate a .pkg
file. This package, when opened, contains a generic gray-colored icon, as shown in the image below:
How can I change the generic icon to one of my own choosing? I am currently using the option -Bicon=....
to set an icon, which works for the application icon but does not appear to change the icon in the .pkg file. There do not appear to be any other icon-related options documented in Oracle's documentation for javapackager
.