Skip to content

Commit

Permalink
put slash back
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Aug 15, 2020
1 parent 2b4de67 commit 9a32862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.json
Expand Up @@ -11,7 +11,7 @@
"entitlementsInherit": "./scripts/entitlements.mac.inherit.plist",
"type": "distribution",
"binaries": [
"./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/@ffmpeg-installer/darwin-x64/ffmpeg",
"./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/registry-js/build/Release/registry.node",
Expand Down

3 comments on commit 9a32862

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9a32862 Aug 15, 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-develop-9a328621449f3a27924969e3c6b5ce732472c357-423236/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/circle-develop-9a328621449f3a27924969e3c6b5ce732472c357-423206/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9a32862 Aug 15, 2020

Choose a reason for hiding this comment

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

AppVeyor has built the win32 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.

Instructions are included below, depending on the shell you are using.

In Command Prompt (cmd.exe):

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.tgz

In Git Bash:

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.tgz

Using cross-env:

If the above commands do not work for you, you can also try using cross-env:

npm i -g cross-env
cross-env CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.zip npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9a32862 Aug 15, 2020

Choose a reason for hiding this comment

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

AppVeyor has built the win32 ia32 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.

Instructions are included below, depending on the shell you are using.

In Command Prompt (cmd.exe):

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.tgz

In Git Bash:

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.tgz

Using cross-env:

If the above commands do not work for you, you can also try using cross-env:

npm i -g cross-env
cross-env CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.zip npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-9a328621449f3a27924969e3c6b5ce732472c357-34678629/cypress.tgz

Please sign in to comment.