From c1feaa1f20de071c872f78d99277fc552fcd7328 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 13 Feb 2022 11:33:43 -0800 Subject: [PATCH] Fix notarize script. --- script/notarize-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/notarize-macos.sh b/script/notarize-macos.sh index 0b0eacb1d..399f494a3 100755 --- a/script/notarize-macos.sh +++ b/script/notarize-macos.sh @@ -51,4 +51,4 @@ popd ditto -c -k --keepParent $DIR $ARCHIVE -# xcrun notarytool submit $ARCHIVE --keychain-profile "$KEYCHAIN_PROFILE" --wait \ No newline at end of file +xcrun notarytool submit $ARCHIVE --keychain-profile "$KEYCHAIN_PROFILE" --wait