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:
2025-12-05 22:02:03 -06:00
parent c95d2fd71c
commit d69a3e8522

View File

@@ -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