rdesktop2
filip mertens 1 year ago
parent 3187054eb7
commit 0e1c48d3a1
  1. 4
      .circleci/config.yml
  2. 10
      apps/remixdesktop/package.json

@ -126,7 +126,7 @@ jobs:
- apps/remixdesktop/node_modules - apps/remixdesktop/node_modules
- run: - run:
name: Preparing for artifact upload name: Preparing for artifact upload
command: rm -rf release/*-unpacked release/mac command: rm -rf release/*-unpacked release/mac*
- store_artifacts: - store_artifacts:
path: apps/remixdesktop/release/ path: apps/remixdesktop/release/
destination: remixdesktop-windows destination: remixdesktop-windows
@ -175,7 +175,7 @@ jobs:
yarn dist --mac yarn dist --mac
- run: - run:
name: Preparing for artifact upload name: Preparing for artifact upload
command: rm -rf release/*-unpacked release/mac command: rm -rf release/*-unpacked release/mac*
- store_artifacts: - store_artifacts:
path: apps/remixdesktop/release/ path: apps/remixdesktop/release/
destination: remixdesktop-mac destination: remixdesktop-mac

@ -43,18 +43,9 @@
"mac": { "mac": {
"category": "public.app-category.productivity", "category": "public.app-category.productivity",
"target": [ "target": [
{
"target": "zip",
"arch": [
"x64",
"arm64"
]
},
{ {
"target": "dmg", "target": "dmg",
"arch": [ "arch": [
"x64",
"arm64",
"universal" "universal"
] ]
} }
@ -73,7 +64,6 @@
}, },
"win": { "win": {
"target": [ "target": [
"zip",
"nsis" "nsis"
] ]
}, },

Loading…
Cancel
Save