Skip to content

Commit

Permalink
two more binary files to codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Aug 12, 2020
1 parent ab953b2 commit 2d2c653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electron-builder.json
Expand Up @@ -11,6 +11,8 @@
"entitlementsInherit": "./scripts/entitlements.mac.inherit.plist",
"type": "distribution",
"binaries": [
"./build/mac/Cypress.app/Contents/Resources/app/packages/server/node_modules/watchpack-chokidar2/node_modules/fsevents/build/Release/.node",
"./build/mac/Cypress.app/Contents/Resources/app/packages/server/node_modules/watchpack-chokidar2/node_modules/fsevents/build/Release/fse.node",
"./build/mac/Cypress.app/Contents/Resources/app/packages/server/node_modules/@ffmpeg-installer/darwin-x64/ffmpeg",
"./build/mac/Cypress.app/Contents/Resources/app/packages/server/node_modules/registry-js/build/Release/registry.node",
"./build/mac/Cypress.app/Contents/Resources/app/packages/server/node_modules/term-size/vendor/macos/term-size",
Expand Down

1 comment on commit 2d2c653

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2d2c653 Aug 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/linux-x64/circle-v5.0-release-2d2c653461f1b4d4c3d411ef6b9cc0eb71b2475e-420275/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/circle-v5.0-release-2d2c653461f1b4d4c3d411ef6b9cc0eb71b2475e-420270/cypress.tgz

Please sign in to comment.