Fix app categories

This commit is contained in:
Dimitris Zervas
2024-12-19 21:08:37 +02:00
committed by GitHub
parent 0f319f4d17
commit f69b5ad250

View File

@@ -18,6 +18,7 @@
"appId": "com.opennoodl.app", "appId": "com.opennoodl.app",
"afterSign": "./build/macos-notarize.js", "afterSign": "./build/macos-notarize.js",
"mac": { "mac": {
"category": "public.app-category.developer-tools"
"hardenedRuntime": true, "hardenedRuntime": true,
"entitlements": "build/entitlements.mac.plist", "entitlements": "build/entitlements.mac.plist",
"extendInfo": { "extendInfo": {
@@ -34,6 +35,7 @@
}, },
"linux": { "linux": {
"target": "appimage" "target": "appimage"
"category": "Development"
}, },
"protocols": { "protocols": {
"name": "opennoodl", "name": "opennoodl",