Skip to content

Commit

Permalink
Detect the new chromium-based MS Edge (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry authored and vweevers committed Nov 16, 2019
1 parent d45d938 commit 246a9c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ exports.ie = {
}
}

exports.msedge = {
bin: 'msedge.exe',

find: function () {
this.programFiles('Microsoft\\Edge Beta\\Application')
this.programFiles('Microsoft\\Edge\\Application')
this.startMenu()
}
}

exports.maxthon = {
bin: 'Maxthon.exe',

Expand Down

0 comments on commit 246a9c1

Please sign in to comment.