rebrand to meshchat
This commit is contained in:
14
package.json
14
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "reticulum-webchat",
|
||||
"name": "reticulum-meshchat",
|
||||
"version": "1.3.0",
|
||||
"description": "",
|
||||
"main": "electron/main.js",
|
||||
@@ -15,8 +15,8 @@
|
||||
"electron-builder": "^24.6.3"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.liamcottle.reticulumwebchat",
|
||||
"productName": "Reticulum WebChat",
|
||||
"appId": "com.liamcottle.reticulummeshchat",
|
||||
"productName": "Reticulum MeshChat",
|
||||
"asar": false,
|
||||
"files": [
|
||||
"electron/**/*"
|
||||
@@ -36,14 +36,14 @@
|
||||
"mac": {
|
||||
"target": "dmg",
|
||||
"identity": null,
|
||||
"artifactName": "ReticulumWebChat-v${version}-${os}.${ext}",
|
||||
"artifactName": "ReticulumMeshChat-v${version}-${os}.${ext}",
|
||||
"extendInfo": {
|
||||
"NSMicrophoneUsageDescription": "Microphone access is only needed for Audio Calls",
|
||||
"com.apple.security.device.audio-input": true
|
||||
}
|
||||
},
|
||||
"win": {
|
||||
"artifactName": "ReticulumWebChat-v${version}-${os}.${ext}",
|
||||
"artifactName": "ReticulumMeshChat-v${version}-${os}.${ext}",
|
||||
"target": [
|
||||
{
|
||||
"target": "portable"
|
||||
@@ -57,10 +57,10 @@
|
||||
"writeUpdateInfo": false
|
||||
},
|
||||
"portable": {
|
||||
"artifactName": "ReticulumWebChat-v${version}-${os}-portable.${ext}"
|
||||
"artifactName": "ReticulumMeshChat-v${version}-${os}-portable.${ext}"
|
||||
},
|
||||
"nsis": {
|
||||
"artifactName": "ReticulumWebChat-v${version}-${os}-installer.${ext}",
|
||||
"artifactName": "ReticulumMeshChat-v${version}-${os}-installer.${ext}",
|
||||
"oneClick": false,
|
||||
"allowToChangeInstallationDirectory": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user