mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 21:06:38 +08:00
Remove notarization output from bundle
This commit is contained in:
parent
5cdf560ad9
commit
bc4c3dc942
@ -34,8 +34,9 @@ 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"
|
rm "$APP_NAME.zip"
|
||||||
requestUUID=$(cat notary_output.txt | awk '/id:/ { print $NF; exit; }')
|
requestUUID=$(cat notary_output.txt | awk '/id:/ { print $NF; exit; }')
|
||||||
|
rm notary_output.txt
|
||||||
|
|
||||||
echo "Notarization log:"
|
echo "Notarization log:"
|
||||||
xcrun notarytool log $requestUUID \
|
xcrun notarytool log $requestUUID \
|
||||||
|
Loading…
Reference in New Issue
Block a user