chore: update artifact naming for macOS in package.json
- Modified the artifactName format to specify 'mac' in the naming convention for clarity and consistency in builds.
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"identity": null,
|
"identity": null,
|
||||||
"artifactName": "ReticulumMeshChat-v${version}-${os}-${arch}.${ext}",
|
"artifactName": "ReticulumMeshChat-v${version}-mac-${arch}.${ext}",
|
||||||
"extendInfo": {
|
"extendInfo": {
|
||||||
"NSMicrophoneUsageDescription": "Microphone access is only needed for Audio Calls",
|
"NSMicrophoneUsageDescription": "Microphone access is only needed for Audio Calls",
|
||||||
"com.apple.security.device.audio-input": true
|
"com.apple.security.device.audio-input": true
|
||||||
|
|||||||
Reference in New Issue
Block a user