Set app icon
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mark Nellemann 2023-08-23 12:18:49 +02:00
parent 6b70c56d53
commit 57dba48d46

View file

@ -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') {