From a718a21d31e68ade9a539ce07ad638eeedf288d6 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Thu, 15 Sep 2016 09:36:48 +0200 Subject: [PATCH] New way to specify app category --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a9e3450..6e714916 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,6 @@ }, "build": { "appId": "co.zeit.hyperterm", - "app-category-type": "public.app-category.developer-tools", "asar": false, "extend-info": "build/Info.plist", "linux": { @@ -96,6 +95,9 @@ "deb", "AppImage" ] + }, + "mac": { + "category": "public.app-category.developer-tools" } }, "scripts": {