fix icon on app installer

This commit is contained in:
Craig Raw 2020-08-29 20:44:50 +02:00
parent 04722204a6
commit a6e41e3f9d

View file

@ -155,7 +155,7 @@ jlink {
installerType = "exe"
}
if(os.linux) {
installerOptions += ['--linux-shortcut', '--linux-rpm-license-type', 'ASL 2.0']
installerOptions += ['--resource-dir', 'src/main/deploy/package/linux/', '--linux-shortcut', '--linux-rpm-license-type', 'ASL 2.0']
imageOptions += ['--icon', 'src/main/deploy/package/linux/Sparrow.png', '--resource-dir', 'src/main/deploy/package/linux/']
}
if(os.macOsX) {