mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
implement extend-info for the custom plist [@lordgiotto]
This commit is contained in:
parent
9a28ff302f
commit
434b051bba
2 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue