feat: add ABI number for Electron ^4.0.4 (#57)
See: https://github.com/electron/electron/pull/16687
This commit is contained in:
Родитель
458f2eb39c
Коммит
9e4c1a63e6
3
index.js
3
index.js
|
@ -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 = [
|
||||
|
|
Загрузка…
Ссылка в новой задаче