Add electron 1.7.0 to supported targets
This commit is contained in:
Родитель
0fd4c0a5fc
Коммит
2f14d21080
3
index.js
3
index.js
|
@ -74,7 +74,8 @@ var supportedTargets = [
|
|||
{runtime: 'electron', target: '1.3.13', abi: '49', lts: false},
|
||||
{runtime: 'electron', target: '1.4.15', abi: '50', lts: false},
|
||||
{runtime: 'electron', target: '1.5.0', abi: '51', lts: false},
|
||||
{runtime: 'electron', target: '1.6.0', abi: '53', lts: false}
|
||||
{runtime: 'electron', target: '1.6.0', abi: '53', lts: false},
|
||||
{runtime: 'electron', target: '1.7.0', abi: '54', lts: false}
|
||||
]
|
||||
|
||||
var deprecatedTargets = [
|
||||
|
|
Загрузка…
Ссылка в новой задаче