feat: add ABI number for Electron ^4.0.4 (#57)

See: https://github.com/electron/electron/pull/16687
This commit is contained in:
Mark Lee 2019-02-03 12:37:48 -08:00 коммит произвёл Samuel Attard
Родитель 458f2eb39c
Коммит 9e4c1a63e6
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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 = [