Merge branch 'main' into bun

This commit is contained in:
CanadaHonk 2023-01-01 14:15:48 +00:00
commit 5925bcce14

View File

@ -26,8 +26,12 @@ const browserPaths = ({
linux: { // these should be in path so just use the name of the binary
chrome: [ 'chrome', 'google-chrome', 'chrome-browser', 'google-chrome-stable' ],
chrome_canary: [ 'chrome-canary', 'google-chrome-canary', 'google-chrome-unstable', 'chrome-unstable' ],
chromium: [ 'chromium', 'chromium-browser' ],
chromium_snapshot: [ 'chromium-snapshot', 'chromium-snapshot-bin' ],
firefox: 'firefox',
firefox_nightly: 'firefox-nightly'
}
})[process.platform];