Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ mac:
- target: zip
arch: [universal]
artifactName: ${productName}-${version}-mac.${ext}
# The agent bundle ships BOTH darwin sherpa-onnx platform packages (voice
# cloning; the addon picks by os.arch() at runtime), so those Mach-O files are
# identical across the two single-arch passes of the universal build. Declare
# them or electron-builder rejects the merge ("not covered by x64ArchFiles").
x64ArchFiles: "**/sherpa-onnx-darwin-*/**"
hardenedRuntime: true
gatekeeperAssess: false
entitlements: build/entitlements.mac.plist
Expand Down