Skip to content

Commit

Permalink
Merge pull request #21 from nickmccurdy/update-edge-launcher-binary-path
Browse files Browse the repository at this point in the history
Update edge launcher binary path
  • Loading branch information
4kochi authored Mar 20, 2017
2 parents c4599c5 + a89cf09 commit 08e7e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browsers/Edge.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var CMD;

try {
CMD = require.resolve('edge-launcher/Win32/MicrosoftEdgeLauncher.exe');
CMD = require.resolve('edge-launcher/dist/x86/MicrosoftEdgeLauncher.exe');
} catch (e) {
CMD = '';
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"安坚实 <anjianshi@gmail.com>",
"John Vilk <jvilk@cs.umass.edu>",
"Marcos Caceres <marcos@marcosc.com>",
"Nick McCurdy <thenickperson@gmail.com>"
"Nick McCurdy <nick@nickmccurdy.com>"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 08e7e2f

Please sign in to comment.