We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a54714 commit 06a72fdCopy full SHA for 06a72fd
build_scripts/macOS/2_deploy.sh
@@ -44,7 +44,7 @@ case $i in
44
;;
45
-np=*|--notarization_pssw=*)
46
NOTAR_PASSWORD="${i#*=}"
47
- echo $PASSWORD
+ echo $NOTAR_PASSWORD
48
shift # past argument=value
49
50
-nt=*|--notarization_team=*)
@@ -69,6 +69,7 @@ if [ "$SIGN" = true ] ; then
69
fi
70
71
if [ "$NOTARIZE" = true ] ; then
72
+ echo "$SCRIPTS_PATH/internal/2c_notarize_appbundle.sh -i=$INSTALL_PATH -nu=$NOTAR_USER -nt=$NOTAR_TEAM_ID -np=$NOTAR_PASSWORD"
73
bash $SCRIPTS_PATH/internal/2c_notarize_appbundle.sh -i=$INSTALL_PATH -nu=$NOTAR_USER -nt=$NOTAR_TEAM_ID -np=$NOTAR_PASSWORD
74
75
echo "======= AppBundle Notarized ======="
0 commit comments