This commit is contained in:
parent
6b70c56d53
commit
57dba48d46
|
@ -80,6 +80,7 @@ jlink {
|
||||||
'--copyright', 'Mark Nellemann <mark.nellemann@gmail.com>',
|
'--copyright', 'Mark Nellemann <mark.nellemann@gmail.com>',
|
||||||
'--app-version', project.findProperty('version')
|
'--app-version', project.findProperty('version')
|
||||||
]
|
]
|
||||||
|
icon = 'src/main/resources/icon.png'
|
||||||
|
|
||||||
// Requires: https://wixtoolset.org/ to create installer on Windows
|
// Requires: https://wixtoolset.org/ to create installer on Windows
|
||||||
if(osdetector.os == 'windows') {
|
if(osdetector.os == 'windows') {
|
||||||
|
|
Loading…
Reference in a new issue