Fix package.json

This commit is contained in:
Dimitris Zervas
2024-12-19 21:37:42 +02:00
parent f69b5ad250
commit 0471a19ccf

View File

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