From 725172b322f8586adb268e3fe15e4b0e4aab775c Mon Sep 17 00:00:00 2001 From: filip mertens Date: Sat, 2 Mar 2024 10:38:02 +0100 Subject: [PATCH] v2 --- .circleci/config.yml | 12 ++++++------ apps/remixdesktop/package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 22f9771c7d..464ed08c60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -314,7 +314,7 @@ jobs: --team-id ${APPLE_TEAM_ID} \ --password ${APPLE_ID_PASSWORD} # 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 2-0.0.11-Alpha.dmg' \ --keychain-profile "notarytool-password" \ --wait - run: @@ -322,21 +322,21 @@ jobs: command: | cd apps/remixdesktop # Assuming your app is packaged as a dmg or zip for notarization - xcrun notarytool submit 'release/Remix IDE-0.0.11-Alpha-Arm64.dmg' \ + xcrun notarytool submit 'release/Remix IDE 2-0.0.11-Alpha-Arm64.dmg' \ --keychain-profile "notarytool-password" \ --wait - run: name: Staple the app command: | cd apps/remixdesktop - xcrun stapler staple 'release/Remix IDE-0.0.11-Alpha.dmg' - xcrun stapler staple 'release/Remix IDE-0.0.11-Alpha-Arm64.dmg' + xcrun stapler staple 'release/Remix IDE 2-0.0.11-Alpha.dmg' + xcrun stapler staple 'release/Remix IDE 2-0.0.11-Alpha-Arm64.dmg' - run: name: check the app command: | cd apps/remixdesktop - spctl -a -t open -vvv --context context:primary-signature 'release/Remix IDE-2-0.0.11-Alpha.dmg' - spctl -a -t open -vvv --context context:primary-signature 'release/Remix IDE-2-0.0.11-Alpha-Arm64.dmg' + spctl -a -t open -vvv --context context:primary-signature 'release/Remix IDE 2-0.0.11-Alpha.dmg' + spctl -a -t open -vvv --context context:primary-signature 'release/Remix IDE 2-0.0.11-Alpha-Arm64.dmg' - store_artifacts: path: apps/remixdesktop/release/ destination: remixdesktop-mac diff --git a/apps/remixdesktop/package.json b/apps/remixdesktop/package.json index 54963714d5..78a66bc436 100644 --- a/apps/remixdesktop/package.json +++ b/apps/remixdesktop/package.json @@ -1,5 +1,5 @@ { - "name": "remixdesktop", + "name": "remixdesktop2", "version": "0.0.11-Alpha", "main": "build/main.js", "license": "MIT", @@ -62,7 +62,7 @@ "@remix-project/remix-ws-templates": "^1.0.27" }, "build": { - "productName": "Remix IDE", + "productName": "Remix IDE 2", "appId": "org.ethereum.remix-ide", "asar": true, "generateUpdatesFilesForAllChannels": true,