Skip to content

Commit 28cb5b0

Browse files
author
Vincent Voyer
committed
fix(ChromeCanary): on Linux (archlinux), it can be named google-chrome-unstable
cc @dignifiedquire @zzo
1 parent 4940d72 commit 28cb5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ ChromeCanaryBrowser.prototype = {
138138
name: 'ChromeCanary',
139139

140140
DEFAULT_CMD: {
141-
linux: 'google-chrome-canary',
141+
linux: getBin(['google-chrome-canary', 'google-chrome-unstable']),
142142
darwin: getChromeDarwin('/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary'),
143143
win32: getChromeExe('Chrome SxS')
144144
},

0 commit comments

Comments
 (0)