linux build fixes

This commit is contained in:
Craig Raw 2020-08-28 16:02:08 +02:00
parent 6dca03f8b4
commit 7eb4b9c61d
2 changed files with 2 additions and 3 deletions

View file

@ -149,9 +149,8 @@ jlink {
installerType = "exe"
}
if(os.linux) {
installerOptions += ['--linux-shortcut']
imageOptions += ['--icon', 'src/main/deploy/package/linux/sparrow.png']
installerOptions += ['--linux-rpm-license-type', 'ASL 2.0', '--linux-app-release', "${sparrowVersion}"]
installerOptions += ['--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) {
installerOptions += ['--mac-sign', '--mac-signing-key-user-name', 'Craig Raw (UPLVMSK9D7)']

View file

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB