mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Debug notarization
This commit is contained in:
parent
6ae380809b
commit
46a06687cf
@ -25,16 +25,15 @@ ZIP_PATH=$1.zip
|
|||||||
|
|
||||||
cd $APP_DIR
|
cd $APP_DIR
|
||||||
echo "Creating zip"
|
echo "Creating zip"
|
||||||
zip -r $APP_NAME.zip $APP_NAME
|
zip -r "$APP_NAME.zip" "$APP_NAME"
|
||||||
|
|
||||||
echo "Uploading $ZIP_PATH for notarization"
|
echo "Uploading $ZIP_PATH for notarization"
|
||||||
requestUUID=$(xcrun altool --notarize-app \
|
xcrun altool --notarize-app \
|
||||||
--primary-bundle-id "$4" \
|
--primary-bundle-id "$4" \
|
||||||
--username "$5" \
|
--username "$5" \
|
||||||
--password "$6" \
|
--password "$6" \
|
||||||
--asc-provider "$3" \
|
--asc-provider "$3" \
|
||||||
--file "$1.zip" 2>&1 \
|
--file "$1.zip"
|
||||||
| awk '/RequestUUID/ { print $NF; }')
|
|
||||||
|
|
||||||
echo "Notarization RequestUUID: $requestUUID"
|
echo "Notarization RequestUUID: $requestUUID"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user