mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Build fix [stage]
This commit is contained in:
parent
2a2ffb408a
commit
6887f9b4ca
1 changed files with 2 additions and 1 deletions
3
dist/jpackage.gradle
vendored
3
dist/jpackage.gradle
vendored
|
@ -54,7 +54,8 @@ jlink {
|
||||||
'--no-header-files',
|
'--no-header-files',
|
||||||
'--no-man-pages',
|
'--no-man-pages',
|
||||||
'--include-locales', "${String.join(",", languages)}",
|
'--include-locales', "${String.join(",", languages)}",
|
||||||
'--compress', 'zip-9'
|
'--compress', 'zip-9',
|
||||||
|
'--ignore-signing-information'
|
||||||
]
|
]
|
||||||
|
|
||||||
if (org.gradle.internal.os.OperatingSystem.current().isLinux()) {
|
if (org.gradle.internal.os.OperatingSystem.current().isLinux()) {
|
||||||
|
|
Loading…
Reference in a new issue