Skip to content

Commit 13924a4

Browse files
committed
Resolved #29 - detect Chromium on Arch Linux.
1 parent 97f69d4 commit 13924a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/detect.js

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ var spawn = require( 'child_process' ).spawn,
99
type: 'chrome',
1010
profile: true,
1111
},
12+
'chromium': {
13+
name: 'chromium',
14+
re: /Chromium (\S+)/,
15+
type: 'chrome',
16+
profile: true,
17+
},
1218
'chromium-browser': {
1319
name: 'chromium',
1420
re: /Chromium (\S+)/,

0 commit comments

Comments
 (0)