fix arm64 architecture on server deb control file

This commit is contained in:
Craig Raw 2024-09-20 10:20:07 +02:00
parent b142c54c68
commit 73b672a7ef
3 changed files with 10 additions and 1 deletions

View file

@ -275,7 +275,7 @@ jlink {
} }
if(os.linux) { if(os.linux) {
if(headless) { if(headless) {
installerOptions = ['--license-file', 'LICENSE', '--resource-dir', 'src/main/deploy/package/linux-headless/'] installerOptions = ['--license-file', 'LICENSE', '--resource-dir', "src/main/deploy/package/linux-headless/${osArch}"]
} else { } else {
installerOptions += ['--resource-dir', 'src/main/deploy/package/linux/', '--linux-shortcut', '--linux-menu-group', 'Sparrow'] installerOptions += ['--resource-dir', 'src/main/deploy/package/linux/', '--linux-shortcut', '--linux-menu-group', 'Sparrow']
} }

View file

@ -0,0 +1,9 @@
Package: sparrow
Version: 2.0.1-1
Section: utils
Maintainer: Craig Raw <mail@sparrowwallet.com>
Priority: optional
Architecture: arm64
Provides: sparrow
Description: Sparrow
Depends: libc6, zlib1g