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