mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
build tweak
This commit is contained in:
parent
c9a4fb4ec4
commit
135c1d1719
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ jlink {
|
||||||
}
|
}
|
||||||
if(os.linux) {
|
if(os.linux) {
|
||||||
installerOptions += ['--linux-shortcut']
|
installerOptions += ['--linux-shortcut']
|
||||||
imageOptions += ['--icon', 'src/main/deploy/package/linux/sparrow.png', '--linux-rpm-license-type', 'ASL 2.0']
|
imageOptions += ['--icon', 'src/main/deploy/package/linux/sparrow.png', '--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