Skip to content

Commit

Permalink
Support Electron 4.0.4
Browse files Browse the repository at this point in the history
- binaries built
- update bindings.gyp win_delay_load_hook true
- build script targets Node 10.11.0 Electron 4.0.4
  • Loading branch information
allisonshaw committed Feb 25, 2019
1 parent 4a31922 commit 8e6d81d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion binding.gyp
Expand Up @@ -157,7 +157,8 @@
},
{
'target_name': 'edge_nativeclr',
'win_delay_load_hook': 'false',
# Electron 4.x requires this to be true
'win_delay_load_hook': 'true',
'include_dirs': [
"<!(node -e \"require('nan')\")"
],
Expand Down
Binary file modified lib/native/win32/ia32/10.11.0/edge_coreclr.node
Binary file not shown.
Binary file modified lib/native/win32/ia32/10.11.0/edge_nativeclr.node
Binary file not shown.
Binary file modified lib/native/win32/x64/10.11.0/edge_coreclr.node
Binary file not shown.
Binary file modified lib/native/win32/x64/10.11.0/edge_nativeclr.node
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/build.bat
Expand Up @@ -59,7 +59,7 @@ if "%3" equ "7.9.0" (
) else if "%3" equ "10.2.0" (
SET target=3.0.10
) else if "%3" equ "10.11.0" (
SET target=v4.0.0-beta.7
SET target=v4.0.4
) else (
echo edge-electron-js does not support Node.js %3.
exit /b -1
Expand Down

0 comments on commit 8e6d81d

Please sign in to comment.