From aeef06dacd0860ba3a8b1232cc6fe4b08f02a8e9 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 28 Feb 2024 17:06:46 +0100 Subject: [PATCH] Notarize --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5d6f0e1f3..14e9c4c380 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -307,7 +307,7 @@ jobs: name: Notarize the app command: | # Assuming your app is packaged as a dmg or zip for notarization - xcrun notarytool submit release/Remix IDE-0.0.11-Alpha.dmg \ + xcrun notarytool submit 'release/Remix IDE-0.0.11-Alpha.dmg' \ --keychain-profile "AC_PASSWORD" \ --wait \ --apple-id ${APPLE_ID} \ @@ -315,7 +315,7 @@ jobs: - run: name: Staple the app command: | - xcrun stapler staple release/Remix IDE-0.0.11-Alpha.dmg + xcrun stapler staple 'release/Remix IDE-0.0.11-Alpha.dmg' - store_artifacts: path: apps/remixdesktop/release/ destination: remixdesktop-mac