Add custom icon to jpackage
This commit is contained in:
parent
535f437ba4
commit
bd3cf72931
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ jlink {
|
|||
unixScriptTemplate = project.file("${layout.projectDirectory}/src/main/resources/unixExecutableScriptTemplate.txt")
|
||||
name = "ImageTagger"
|
||||
}
|
||||
jpackage {
|
||||
icon = "${layout.projectDirectory}/src/main/resources/dev/nuculabs/imagetagger/ui/image-analysis.png"
|
||||
}
|
||||
}
|
||||
|
||||
tasks.jlinkZip {
|
||||
|
|
Loading…
Reference in a new issue