implement extend-info for the custom plist [@lordgiotto]

This commit is contained in:
Guillermo Rauch 2016-07-24 11:10:30 -07:00
parent 9a28ff302f
commit 434b051bba
2 changed files with 2 additions and 1 deletions

View file

@ -76,7 +76,8 @@
"build": {
"appId": "hyperterm",
"app-category-type": "public.app-category.developer-tools",
"asar": false
"asar": false,
"extend-info": "build/Info.plist"
},
"scripts": {
"dev": "webpack --watch",