Skip to content

Commit 9e4c1a6

Browse files
maleptMarshallOfSound
authored andcommitted
feat: add ABI number for Electron ^4.0.4 (#57)
See: electron/electron#16687
1 parent 458f2eb commit 9e4c1a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ var supportedTargets = [
6666
{runtime: 'electron', target: '1.8.0', abi: '57', lts: false},
6767
{runtime: 'electron', target: '2.0.0', abi: '57', lts: false},
6868
{runtime: 'electron', target: '3.0.0', abi: '64', lts: false},
69-
{runtime: 'electron', target: '4.0.0', abi: '64', lts: false}
69+
{runtime: 'electron', target: '4.0.0', abi: '64', lts: false},
70+
{runtime: 'electron', target: '4.0.4', abi: '69', lts: false}
7071
]
7172

7273
var additionalTargets = [

0 commit comments

Comments
 (0)