fix building mac

signmacosdesktop
filip mertens 9 months ago
parent 81842e45c1
commit fd6f2691fa
  1. 4
      .circleci/config.yml
  2. 9
      apps/remixdesktop/package.json

@ -353,13 +353,13 @@ jobs:
nvm use 20
cd apps/remixdesktop
yarn installRipGrepMacOXarm64
PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --mac --arm64
PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --arm64
- run:
command: |
nvm use 20
cd apps/remixdesktop
yarn installRipGrepMacOXx64
PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --mac --x64
PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --x64
- run:
name: Notarize the app
command: |

@ -83,15 +83,6 @@
],
"mac": {
"category": "public.app-category.productivity",
"target": [
{
"target": "dmg",
"arch": [
"x64",
"arm64"
]
}
],
"icon": "assets/icon.png",
"darkModeSupport": true,
"hardenedRuntime" : true,

Loading…
Cancel
Save