signmacosdesktop
filip mertens 9 months ago
parent 01cdede5d6
commit 5bb08e0940
  1. 8
      .circleci/config.yml
  2. 4
      apps/remixdesktop/package.json

@ -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-2-0.0.11-Alpha.dmg' \
xcrun notarytool submit 'release/Remix IDE-0.0.11-Alpha.dmg' \
--keychain-profile "notarytool-password" \
--wait
- run:
@ -322,15 +322,15 @@ jobs:
command: |
cd apps/remixdesktop
# Assuming your app is packaged as a dmg or zip for notarization
xcrun notarytool submit 'release/Remix IDE-2-0.0.11-Alpha-Arm64.dmg' \
xcrun notarytool submit 'release/Remix IDE-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-2-0.0.11-Alpha.dmg'
xcrun stapler staple 'release/Remix IDE-2-0.0.11-Alpha-Arm64.dmg'
xcrun stapler staple 'release/Remix IDE-0.0.11-Alpha.dmg'
xcrun stapler staple 'release/Remix IDE-0.0.11-Alpha-Arm64.dmg'
- run:
name: check the app
command: |

@ -1,5 +1,5 @@
{
"name": "remixdesktop2",
"name": "remixdesktop",
"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 2",
"productName": "Remix IDE",
"appId": "org.ethereum.remix-ide",
"asar": true,
"generateUpdatesFilesForAllChannels": true,

Loading…
Cancel
Save