We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262ff9c commit e963388Copy full SHA for e963388
build.gradle
@@ -120,6 +120,9 @@ jlink {
120
from "${projectDir}/LICENSE", "${projectDir}/libraries_used.txt"
121
into "${buildDir}/jpackage/blobsaver.app/Contents/Resources"
122
}
123
+ exec {
124
+ commandLine "codesign", "--remove-signature", "${buildDir}/jpackage/blobsaver.app"
125
+ }
126
} else if (os.isWindows()) jpackageImage.doLast {
127
copy {
128
from "${projectDir}/dist/windows/files", "${buildDir}/jpackage/blobsaver/runtime/bin/zip.dll"
0 commit comments