mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
linux build fixes
This commit is contained in:
parent
6dca03f8b4
commit
7eb4b9c61d
2 changed files with 2 additions and 3 deletions
|
@ -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)']
|
||||
|
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Loading…
Reference in a new issue