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