fxlauncher-gradle-plugin
fxlauncher-gradle-plugin copied to clipboard
how can i make this?
How can i do this? supply the javapackagerOptions parameter, which takes a List<String>. Consult the JavaPackager docs for more information about possible parameters.
i have this, but is not working
I'm no gradle expert, but it looks like that syntax is trying to call a function called javapackagerOptions()
instead of assigning to the property called javapackgerOptions
. Perhaps javapackagerOptions = myList
?
It is functioning for me with:
javapackagerOptions=['-Bicon=.\\src\\main\\resources\\icon.ico']
It is also functioning, if you place the icon at the default location in the root directory, e.g. for windows:
package\windows\<aplication name>.ico