Skip to content

Commit c93dcc0

Browse files
committed
passw -> pass
1 parent 6bb8876 commit c93dcc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_scripts/macOS/internal/2c_notarize_appbundle.sh

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ case $i in
3434
esac
3535
done
3636

37+
echo "Notarizing..."
38+
3739
xcrun notarytool store-credentials "notarytool-profile" --apple-id $NOTAR_USER --team-id $NOTAR_TEAM_ID --password $NOTAR_PASSWORD
3840

3941
ditto -c -k --keepParent "$INSTALL_PATH/$APPNAME" "$INSTALL_PATH/notarization.zip"

0 commit comments

Comments
 (0)