mirror of
https://github.com/bitwarden/browser
synced 2026-01-29 15:53:45 +00:00
electron-builder 26.4.0 includes a stricter version of @electron/universal that validates Mach-O binaries during universal app creation. The bufferutil package installs prebuilt binaries for all architectures (darwin-x64 and darwin-arm64), causing the universal merger to detect identical files in both builds and fail. Add x64ArchFiles pattern to allow these architecture-specific prebuilds to pass validation without attempting to merge them with lipo.