Skip to content

Commit

Permalink
Merge pull request #13 from murrant/patch-1
Browse files Browse the repository at this point in the history
Support detection on Arch Linux
  • Loading branch information
staudenmeir authored May 21, 2020
2 parents 70c6cf3 + 7d2b172 commit 4c6ae67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DetectsChromeVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ trait DetectsChromeVersion
'linux' => [
'/usr/bin/google-chrome --version',
'/usr/bin/chromium-browser --version',
'/usr/bin/google-chrome-stable --version',
],
'mac' => [
'/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version',
Expand Down

0 comments on commit 4c6ae67

Please sign in to comment.