Skip to content

Commit eabc0da

Browse files
committed
specify deb control file when building headless to restrict dependencies
1 parent 49573d1 commit eabc0da

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jlink {
275275
}
276276
if(os.linux) {
277277
if(headless) {
278-
installerOptions = ['--license-file', 'LICENSE']
278+
installerOptions = ['--resource-dir', 'src/main/deploy/package/linux-headless/']
279279
} else {
280280
installerOptions += ['--resource-dir', 'src/main/deploy/package/linux/', '--linux-shortcut', '--linux-menu-group', 'Sparrow']
281281
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Package: sparrow
2+
Version: 1.9.2-1
3+
Section: utils
4+
Maintainer: Craig Raw <mail@sparrowwallet.com>
5+
Priority: optional
6+
Architecture: amd64
7+
Provides: sparrow
8+
Description: Sparrow
9+
Depends: libc6, zlib1g

0 commit comments

Comments
 (0)