mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-27 10:55:52 +00:00
Build fix [stage]
This commit is contained in:
Vendored
+2
-1
@@ -54,7 +54,8 @@ jlink {
|
||||
'--no-header-files',
|
||||
'--no-man-pages',
|
||||
'--include-locales', "${String.join(",", languages)}",
|
||||
'--compress', 'zip-9'
|
||||
'--compress', 'zip-9',
|
||||
'--ignore-signing-information'
|
||||
]
|
||||
|
||||
if (org.gradle.internal.os.OperatingSystem.current().isLinux()) {
|
||||
|
||||
Reference in New Issue
Block a user