diff --git a/.circleci/config.yml b/.circleci/config.yml index 3660a23450..b163a6e2aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: | diff --git a/apps/remixdesktop/package.json b/apps/remixdesktop/package.json index dd1a6336c6..677bf5c61a 100644 --- a/apps/remixdesktop/package.json +++ b/apps/remixdesktop/package.json @@ -83,15 +83,6 @@ ], "mac": { "category": "public.app-category.productivity", - "target": [ - { - "target": "dmg", - "arch": [ - "x64", - "arm64" - ] - } - ], "icon": "assets/icon.png", "darkModeSupport": true, "hardenedRuntime" : true,