mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-24 01:08:50 -05:00
add additional manifest fields as we upgrade our download server + cdn [skip ci]
This commit is contained in:
@@ -48,9 +48,17 @@ module.exports = {
|
||||
name: "Cypress"
|
||||
version: version
|
||||
packages: {
|
||||
## keep these for compatibility purposes
|
||||
## although they are now deprecated
|
||||
mac: getUrl("osx64")
|
||||
win: getUrl("win64")
|
||||
linux64: getUrl("linux64")
|
||||
|
||||
## start adding the new ones
|
||||
## using node's platform
|
||||
darwin: getUrl("osx64")
|
||||
win32: getUrl("win64")
|
||||
linux: getUrl("linux64")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user