fix: simplify x64ArchFiles entry in package.json

- Changed x64ArchFiles from an array to a string for the macOS build path, streamlining the configuration.
This commit is contained in:
2025-12-05 22:33:30 -06:00
parent 96f4fc8735
commit 365531be9b

View File

@@ -46,9 +46,7 @@
}, },
"identity": null, "identity": null,
"artifactName": "ReticulumMeshChat-v${version}-mac-${arch}.${ext}", "artifactName": "ReticulumMeshChat-v${version}-mac-${arch}.${ext}",
"x64ArchFiles": [ "x64ArchFiles": "Contents/Resources/app/electron/build/exe/ReticulumMeshChatX",
"Contents/Resources/app/electron/build/exe/ReticulumMeshChatX"
],
"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