mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46: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) {
|
||||
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) {
|
||||
installerOptions += ['--mac-sign', '--mac-signing-key-user-name', 'Craig Raw (UPLVMSK9D7)']
|
||||
|
|
Loading…
Reference in a new issue