paths: add more linux browsers

This commit is contained in:
CanadaHonk 2023-01-01 13:40:39 +00:00
parent 7db2b28752
commit 8d8482ba73

View File

@ -28,8 +28,12 @@ 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', 'google-chrome', 'chrome-browser', 'google-chrome-stable' ], chrome: [ 'chrome', 'google-chrome', 'chrome-browser', 'google-chrome-stable' ],
chrome_canary: [ 'chrome-canary', 'google-chrome-canary', 'google-chrome-unstable', 'chrome-unstable' ], chrome_canary: [ 'chrome-canary', 'google-chrome-canary', 'google-chrome-unstable', 'chrome-unstable' ],
chromium: [ 'chromium', 'chromium-browser' ], chromium: [ 'chromium', 'chromium-browser' ],
chromium_snapshot: [ 'chromium-snapshot', 'chromium-snapshot-bin' ],
firefox: 'firefox', firefox: 'firefox',
firefox_nightly: 'firefox-nightly'
} }
})[process.platform]; })[process.platform];