From baf8ffaca675ed9fad95c71710ee30cc0a67c891 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 4 Mar 2024 13:35:39 +0100 Subject: [PATCH] xcrun --- apps/remixdesktop/notarizedmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remixdesktop/notarizedmg.sh b/apps/remixdesktop/notarizedmg.sh index cbaa7cbbdb..f8ae1de596 100644 --- a/apps/remixdesktop/notarizedmg.sh +++ b/apps/remixdesktop/notarizedmg.sh @@ -20,7 +20,7 @@ for DMG_PATH in $DMG_PATHS; do # Run your notarytool submit command here # Ensure you replace `your-app-specific-args` with actual arguments for your app - notarytool submit "$DMG_PATH_CLEANED" --keychain-profile "notarytool-password" --wait + xcrun notarytool submit "$DMG_PATH_CLEANED" --keychain-profile "notarytool-password" --wait # Check for success/failure if necessary if [ $? -eq 0 ]; then