USE_HARD_LINKS

rdesktop2
bunsenstraat 1 year ago
parent f77e8cb9a4
commit 7a51a12912
  1. 3
      .circleci/config.yml

@ -165,12 +165,13 @@ jobs:
key: remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }}
paths:
- apps/remixdesktop/node_modules
# use USE_HARD_LINK=false https://github.com/electron-userland/electron-builder/issues/3179
- run:
command: |
nvm use 20.0.0
yarn build:desktop
cd apps/remixdesktop
yarn dist --mac
USE_HARD_LINKS=false yarn dist --mac
rm -rf release/mac*
- store_artifacts:
path: apps/remixdesktop/release/

Loading…
Cancel
Save