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