From bcd070823f4a3cbf75da1c8ecbe6f12d9358ba43 Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Thu, 8 Jun 2023 10:08:34 +0200 Subject: [PATCH] fix macos notarization scripts --- scripts/macOS/2_deploy.sh | 2 +- scripts/macOS/internal/2c_notarize_appbundle.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ;;