Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Support Electron v.1.6.2
Browse files Browse the repository at this point in the history
fixed issue #29
  • Loading branch information
kexplo committed Apr 1, 2017
1 parent a9e50de commit 7b4eb12
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/edge.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ var fs = require('fs')

var versionMap = [
[ /^6\./, '6.5.0' ],
[ /^7\./, '7.4.0' ],
];

function determineVersion() {
Expand Down
Binary file added lib/native/win32/ia32/7.4.0/edge_coreclr.node
Binary file not shown.
Binary file added lib/native/win32/ia32/7.4.0/edge_nativeclr.node
Binary file not shown.
Binary file added lib/native/win32/x64/7.4.0/edge_coreclr.node
Binary file not shown.
Binary file added lib/native/win32/x64/7.4.0/edge_nativeclr.node
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if not exist "%GYP%" (
exit /b -1
)

"%NODEEXE%" "%GYP%" configure build --target=1.4.4 --dist-url=https://atom.io/download/atom-shell --msvs_version=2015 -%FLAVOR%
"%NODEEXE%" "%GYP%" configure build --target=1.6.2 --dist-url=https://atom.io/download/atom-shell --msvs_version=2015 -%FLAVOR%
if %ERRORLEVEL% neq 0 (
echo Error building edge.node %FLAVOR% for node.js %2 v%3
exit /b -1
Expand Down

0 comments on commit 7b4eb12

Please sign in to comment.