mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58: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": {
|
"build": {
|
||||||
"appId": "hyperterm",
|
"appId": "hyperterm",
|
||||||
"app-category-type": "public.app-category.developer-tools",
|
"app-category-type": "public.app-category.developer-tools",
|
||||||
"asar": false
|
"asar": false,
|
||||||
|
"extend-info": "build/Info.plist"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack --watch",
|
"dev": "webpack --watch",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue