From 365531be9bcc54af74eb1a2625a9a510e45b7611 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 5 Dec 2025 22:33:30 -0600 Subject: [PATCH] fix: simplify x64ArchFiles entry in package.json - Changed x64ArchFiles from an array to a string for the macOS build path, streamlining the configuration. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index e544a28..1a4b6f9 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,7 @@ }, "identity": null, "artifactName": "ReticulumMeshChat-v${version}-mac-${arch}.${ext}", - "x64ArchFiles": [ - "Contents/Resources/app/electron/build/exe/ReticulumMeshChatX" - ], + "x64ArchFiles": "Contents/Resources/app/electron/build/exe/ReticulumMeshChatX", "extendInfo": { "NSMicrophoneUsageDescription": "Microphone access is only needed for Audio Calls", "com.apple.security.device.audio-input": true