From b122c0823bf3af8eff6d6418b0f4db950438468d Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 14 Apr 2026 00:20:04 -0500 Subject: [PATCH] chore(package): add x64ArchFiles entry to package.json for backend resource inclusion --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 38aa728..86fac2a 100644 --- a/package.json +++ b/package.json @@ -137,6 +137,7 @@ "NSMicrophoneUsageDescription": "Microphone access is only needed for Audio Calls", "com.apple.security.device.audio-input": true }, + "x64ArchFiles": "Contents/Resources/backend/**", "extraResources": [ { "from": "build/exe/darwin-${arch}",