mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Another gradle fix
This commit is contained in:
parent
fb669ed63e
commit
d5cd85aab4
1 changed files with 1 additions and 1 deletions
2
dist/jpackage.gradle
vendored
2
dist/jpackage.gradle
vendored
|
@ -58,7 +58,7 @@ jlink {
|
|||
]
|
||||
|
||||
if (org.gradle.internal.os.OperatingSystem.current().isLinux()) {
|
||||
options.add('--strip-native-debug-symbols')
|
||||
options.addAll('--strip-native-debug-symbols', 'exclude-debuginfo-files')
|
||||
}
|
||||
|
||||
if (useBundledJavaFx) {
|
||||
|
|
Loading…
Reference in a new issue