New way to specify app category

This commit is contained in:
Leo Lamprecht 2016-09-15 09:36:48 +02:00
parent fbe0c9c556
commit a718a21d31
No known key found for this signature in database
GPG key ID: C251EE4DA454117B

View file

@ -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": {