Show notarytool logs

This commit is contained in:
FriwiDev
2022-11-01 05:28:56 +01:00
parent 7b7fe2c47e
commit 611beff7ca
3 changed files with 15 additions and 7 deletions

View File

@@ -54,4 +54,7 @@ bash macosx_codesign_zip.sh "$APP_DIR/$APP_NAME/Contents/Java/jogl-all-natives-m
codesign --force --options runtime --entitlements "$ENTITLEMENTS_BROWSER" --sign "$2" --timestamp --verbose "$APP_DIR/$APP_NAME"
bash macosx_notarize.sh "$APP_DIR/$APP_NAME" "$2" $3 org.jcef.jcef $4 $5 $6
echo "Checking notarization validity"
spctl -vvv --assess --type exec "$APP_DIR/$APP_NAME"
echo "Done signing binaries"