Skip to content

Commit 06a72fd

Browse files
committed
testing deploy again
1 parent 1a54714 commit 06a72fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_scripts/macOS/2_deploy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ case $i in
4444
;;
4545
-np=*|--notarization_pssw=*)
4646
NOTAR_PASSWORD="${i#*=}"
47-
echo $PASSWORD
47+
echo $NOTAR_PASSWORD
4848
shift # past argument=value
4949
;;
5050
-nt=*|--notarization_team=*)
@@ -69,6 +69,7 @@ if [ "$SIGN" = true ] ; then
6969
fi
7070

7171
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"
7273
bash $SCRIPTS_PATH/internal/2c_notarize_appbundle.sh -i=$INSTALL_PATH -nu=$NOTAR_USER -nt=$NOTAR_TEAM_ID -np=$NOTAR_PASSWORD
7374

7475
echo "======= AppBundle Notarized ======="

0 commit comments

Comments
 (0)