GHA: Sign binaries inside kotlin-compiler jar
This commit is contained in:
2
.github/scripts/sign-osx-distro-file.sh
vendored
2
.github/scripts/sign-osx-distro-file.sh
vendored
@@ -27,6 +27,8 @@ done
|
|||||||
for f in `find ${dir}/${destination_folder_name}/SpringToolSuite4.app -type f | grep -E ".*/kotlin-compiler-embeddable.*\.jar$"`
|
for f in `find ${dir}/${destination_folder_name}/SpringToolSuite4.app -type f | grep -E ".*/kotlin-compiler-embeddable.*\.jar$"`
|
||||||
do
|
do
|
||||||
./sign-jnilib-files-inside-jar.sh $f $entitlements
|
./sign-jnilib-files-inside-jar.sh $f $entitlements
|
||||||
|
echo "Signing binary file: ${f}"
|
||||||
|
codesign --verbose --deep --force --timestamp --entitlements "${entitlements}" --options=runtime --keychain "${KEYCHAIN}" -s "${MACOS_CERTIFICATE_ID}" $f
|
||||||
done
|
done
|
||||||
|
|
||||||
# Sign the app
|
# Sign the app
|
||||||
|
|||||||
Reference in New Issue
Block a user