mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-12 12:13:47 +08:00
Show notarytool logs
This commit is contained in:
@@ -33,7 +33,18 @@ xcrun notarytool submit "$1.zip" \
|
||||
--key $6 \
|
||||
--key-id $5 \
|
||||
--issuer $7 \
|
||||
--wait
|
||||
--wait 2>&1 | tee notary_output.txt
|
||||
|
||||
requestUUID=$(cat notary_output.txt | awk '/id:/ { print $NF; exit; }')
|
||||
|
||||
echo "Notarization log:"
|
||||
rm -f notarization.log
|
||||
xcrun notarytool log $requestUUID \
|
||||
--key $6 \
|
||||
--key-id $5 \
|
||||
--issuer $7 \
|
||||
notarization.log
|
||||
cat notarization.log
|
||||
|
||||
# staple
|
||||
xcrun stapler staple "$1"
|
||||
|
||||
Reference in New Issue
Block a user