mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-10 14:22:53 +01:00
Fix package.json
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user