Browse Source

fix icon on app installer

bwt
Craig Raw 4 years ago
parent
commit
a6e41e3f9d
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save