diff --git a/index.js b/index.js index c0912ff..b64219d 100644 --- a/index.js +++ b/index.js @@ -65,7 +65,7 @@ var supportedTargets = [ {runtime: 'electron', target: '1.7.0', abi: '54', lts: false}, {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: '3.0.0', abi: '59', lts: false}, {runtime: 'electron', target: '4.0.0', abi: '64', lts: false} ]