Skip to content

Commit

Permalink
fix: support electron 4.0.X
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Oct 1, 2018
1 parent 3ea46c9 commit d11b1aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ var deprecatedTargets = [
]

var futureTargets = [
{runtime: 'electron', target: '4.0.0-beta.0', abi: '64', lts: false}
]

var allTargets = deprecatedTargets
Expand Down

0 comments on commit d11b1aa

Please sign in to comment.