Changed name back to OpenNoodl, updated icons

This commit is contained in:
Richard Osborne
2024-09-24 22:10:20 +02:00
parent 321b6a367c
commit 37668399e5
16 changed files with 250 additions and 536 deletions

View File

@@ -15,30 +15,30 @@
"test:ci": "webpack-cli --config=webpackconfigs/webpack.test-ci.js && electron test.js"
},
"build": {
"appId": "com.code-crusher.app",
"appId": "com.opennoodl.app",
"afterSign": "./build/macos-notarize.js",
"mac": {
"hardenedRuntime": true,
"entitlements": "build/entitlements.mac.plist",
"extendInfo": {
"LSMultipleInstancesProhibited": true,
"NSMicrophoneUsageDescription": "Allow Code-Crusher apps that you create and run to access the microphone?",
"NSCameraUsageDescription": "Allow Code-Crusher apps that you create and run to access the camera?"
"NSMicrophoneUsageDescription": "Allow OpenNoodl apps that you create and run to access the microphone?",
"NSCameraUsageDescription": "Allow OpenNoodl apps that you create and run to access the camera?"
}
},
"win": {
"target": "nsis"
},
"nsis": {
"guid": "com.code-crusher.app"
"guid": "com.opennoodl.app"
},
"linux": {
"target": "deb"
},
"protocols": {
"name": "code-crusher",
"name": "opennoodl",
"schemes": [
"code-crusher"
"opennoodl"
]
},
"npmRebuild": false,