diff --git a/scripts/macOS/2_deploy.sh b/scripts/macOS/2_deploy.sh index e1e4c0572..7f5f32a6d 100755 --- a/scripts/macOS/2_deploy.sh +++ b/scripts/macOS/2_deploy.sh @@ -41,7 +41,7 @@ case $i in fi shift # past argument=value ;; - -np=*|--notarization_password=*) + -np=*|--notarization_pssw=*) NOTAR_PASSWORD="${i#*=}" shift # past argument=value ;; diff --git a/scripts/macOS/internal/2c_notarize_appbundle.sh b/scripts/macOS/internal/2c_notarize_appbundle.sh index b394892bb..2a1be5b88 100644 --- a/scripts/macOS/internal/2c_notarize_appbundle.sh +++ b/scripts/macOS/internal/2c_notarize_appbundle.sh @@ -18,7 +18,7 @@ case $i in NOTAR_USER="${i#*=}" shift # past argument=value ;; - -np=*|--notarization_password=*) + -np=*|--notarization_pssw=*) NOTAR_PASSWORD="${i#*=}" shift # past argument=value ;;