From f85c056d1c04fb225bd4599718ebc46ff5900805 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Wed, 20 Jun 2018 12:47:04 +1000 Subject: [PATCH] fix: add electron 3.0 abi to list --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 8e71122..bfe6150 100644 --- a/index.js +++ b/index.js @@ -64,7 +64,8 @@ var supportedTargets = [ {runtime: 'electron', target: '1.6.0', abi: '53', lts: false}, {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: '2.0.0', abi: '57', lts: false}, + {runtime: 'electron', target: '3.0.0', abi: '64', lts: false} ] var additionalTargets = [