From 7b7fe2c47ef59f1600d13fcb54dfe568dea1305a Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Tue, 1 Nov 2022 04:33:21 +0100 Subject: [PATCH] Fix issuer command line switch --- macosx_notarize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx_notarize.sh b/macosx_notarize.sh index 00eaa27..e302157 100755 --- a/macosx_notarize.sh +++ b/macosx_notarize.sh @@ -32,7 +32,7 @@ echo "Uploading $ZIP_PATH for notarization and waiting for result" xcrun notarytool submit "$1.zip" \ --key $6 \ --key-id $5 \ - --key-issuer $7 \ + --issuer $7 \ --wait # staple