mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
New way to specify app category
This commit is contained in:
parent
fbe0c9c556
commit
a718a21d31
1 changed files with 3 additions and 1 deletions
|
|
@ -88,7 +88,6 @@
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "co.zeit.hyperterm",
|
"appId": "co.zeit.hyperterm",
|
||||||
"app-category-type": "public.app-category.developer-tools",
|
|
||||||
"asar": false,
|
"asar": false,
|
||||||
"extend-info": "build/Info.plist",
|
"extend-info": "build/Info.plist",
|
||||||
"linux": {
|
"linux": {
|
||||||
|
|
@ -96,6 +95,9 @@
|
||||||
"deb",
|
"deb",
|
||||||
"AppImage"
|
"AppImage"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"mac": {
|
||||||
|
"category": "public.app-category.developer-tools"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue