mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 21:06:38 +08:00
Remove notarization zips from bundle
This commit is contained in:
parent
5d3efd3e67
commit
5cdf560ad9
@ -34,20 +34,20 @@ xcrun notarytool submit "$1.zip" \
|
|||||||
--key-id $5 \
|
--key-id $5 \
|
||||||
--issuer $7 \
|
--issuer $7 \
|
||||||
--wait 2>&1 | tee notary_output.txt
|
--wait 2>&1 | tee notary_output.txt
|
||||||
|
rm -r "$APP_NAME.zip"
|
||||||
requestUUID=$(cat notary_output.txt | awk '/id:/ { print $NF; exit; }')
|
requestUUID=$(cat notary_output.txt | awk '/id:/ { print $NF; exit; }')
|
||||||
|
|
||||||
echo "Notarization log:"
|
echo "Notarization log:"
|
||||||
rm -f notarization.log
|
|
||||||
xcrun notarytool log $requestUUID \
|
xcrun notarytool log $requestUUID \
|
||||||
--key $6 \
|
--key $6 \
|
||||||
--key-id $5 \
|
--key-id $5 \
|
||||||
--issuer $7 \
|
--issuer $7 \
|
||||||
notarization.log
|
notarization.log
|
||||||
cat notarization.log
|
cat notarization.log
|
||||||
|
rm -f notarization.log
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# staple
|
# staple
|
||||||
xcrun stapler staple "$1"
|
xcrun stapler -v staple "$1"
|
||||||
|
|
||||||
echo "##########################################################"
|
echo "##########################################################"
|
||||||
|
Loading…
Reference in New Issue
Block a user