fxlauncher-gradle-plugin icon indicating copy to clipboard operation
fxlauncher-gradle-plugin copied to clipboard

how can i make this?

Open estebantcs opened this issue 7 years ago • 2 comments

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

image

image

estebantcs avatar Sep 26 '17 05:09 estebantcs

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?

edvin avatar Sep 26 '17 06:09 edvin

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

wagnerma avatar Nov 18 '17 19:11 wagnerma