mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-09 08:14:43 +00:00
build tweak #2
This commit is contained in:
+2
-1
@@ -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)']
|
||||
|
||||
Reference in New Issue
Block a user