Skip to content

Commit

Permalink
Resolved #29 - detect Chromium on Arch Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregpabian committed Apr 17, 2015
1 parent 97f69d4 commit 13924a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ var spawn = require( 'child_process' ).spawn,
type: 'chrome',
profile: true,
},
'chromium': {
name: 'chromium',
re: /Chromium (\S+)/,
type: 'chrome',
profile: true,
},
'chromium-browser': {
name: 'chromium',
re: /Chromium (\S+)/,
Expand Down

0 comments on commit 13924a4

Please sign in to comment.