paths: add alternate linux paths
This commit is contained in:
parent
ace26b85f9
commit
b23351ae4a
@ -26,9 +26,9 @@ const browserPaths = ({
|
|||||||
},
|
},
|
||||||
|
|
||||||
linux: { // these should be in path so just use the name of the binary
|
linux: { // these should be in path so just use the name of the binary
|
||||||
chrome: 'chrome',
|
chrome: [ 'chrome', 'google-chrome', 'chrome-browser', 'google-chrome-stable' ],
|
||||||
chrome_canary: 'chrome-canary',
|
chrome_canary: [ 'chrome-canary', 'google-chrome-canary', 'google-chrome-unstable', 'chrome-unstable' ],
|
||||||
chromium: 'chromium',
|
chromium: [ 'chromium', 'chromium-browser' ],
|
||||||
firefox: 'firefox',
|
firefox: 'firefox',
|
||||||
}
|
}
|
||||||
})[process.platform];
|
})[process.platform];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user