Skip to content

Commit

Permalink
Add ABI number for Electron ^4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 3, 2019
1 parent 458f2eb commit 1e43096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -66,7 +66,8 @@ var supportedTargets = [
{runtime: 'electron', target: '1.8.0', abi: '57', lts: false},
{runtime: 'electron', target: '2.0.0', abi: '57', lts: false},
{runtime: 'electron', target: '3.0.0', abi: '64', lts: false},
{runtime: 'electron', target: '4.0.0', abi: '64', lts: false}
{runtime: 'electron', target: '4.0.0', abi: '64', lts: false},
{runtime: 'electron', target: '4.0.4', abi: '69', lts: false}
]

var additionalTargets = [
Expand Down

0 comments on commit 1e43096

Please sign in to comment.