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 nvm use 20
cd apps/remixdesktop cd apps/remixdesktop
yarn installRipGrepMacOXarm64 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: - run:
command: | command: |
nvm use 20 nvm use 20
cd apps/remixdesktop cd apps/remixdesktop
yarn installRipGrepMacOXx64 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: - run:
name: Notarize the app name: Notarize the app
command: | command: |

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

Loading…
Cancel
Save