mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
build tweak #2
This commit is contained in:
parent
135c1d1719
commit
6dca03f8b4
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ jlink {
|
||||||
}
|
}
|
||||||
if(os.linux) {
|
if(os.linux) {
|
||||||
installerOptions += ['--linux-shortcut']
|
installerOptions += ['--linux-shortcut']
|
||||||
imageOptions += ['--icon', 'src/main/deploy/package/linux/sparrow.png', '--linux-app-release', "${sparrowVersion}"]
|
imageOptions += ['--icon', 'src/main/deploy/package/linux/sparrow.png']
|
||||||
|
installerOptions += ['--linux-rpm-license-type', 'ASL 2.0', '--linux-app-release', "${sparrowVersion}"]
|
||||||
}
|
}
|
||||||
if(os.macOsX) {
|
if(os.macOsX) {
|
||||||
installerOptions += ['--mac-sign', '--mac-signing-key-user-name', 'Craig Raw (UPLVMSK9D7)']
|
installerOptions += ['--mac-sign', '--mac-signing-key-user-name', 'Craig Raw (UPLVMSK9D7)']
|
||||||
|
|
Loading…
Reference in a new issue