I am using JPackage to install my Java application on Windows, I have my own application icon and I would also like this to also be used when I run the installer.
I have followed the general approach described here to run jpackage twice, once creating a resources-dir and once using a resources-dir.
e.g
jpackage @jpackage.txt --temp target/jpackage
jpackage @jpackage.txt --resource-dir target/jpackage
However between the two calls I cannot see any installer icon to modify within target/jpackage resources dir created. Actually I can't see anything in particular I can sensibly change, I would be interested to know what people have changed for a Windows install.
jpackage/config
as the resource directory? – Truc