Skip to content

Commit

Permalink
Add Microsoft Edge support on macOS (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfaint authored Jun 21, 2021
1 parent 1006348 commit 204197d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locate.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func LocateChrome() string {
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
"/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
"/Applications/Chromium.app/Contents/MacOS/Chromium",
"/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge",
"/usr/bin/google-chrome-stable",
"/usr/bin/google-chrome",
"/usr/bin/chromium",
Expand Down

0 comments on commit 204197d

Please sign in to comment.