Skip to content

Commit

Permalink
Merge pull request #39 from kevinb7/patch-1
Browse files Browse the repository at this point in the history
Add '--no-first-run' option for Chrome in unix.js
  • Loading branch information
daffl committed Sep 2, 2015
2 parents 993b1d7 + 1f3c162 commit 9e4f635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/local/platform/unix.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ module.exports = {
chrome: {
pathQuery: 'which google-chrome',
process: 'chrome',
opensTab: true
opensTab: true,
args: ['--no-first-run']
},
firefox: {
pathQuery: 'which firefox',
Expand Down

0 comments on commit 9e4f635

Please sign in to comment.