Skip to content

Release 0.7.0-beta: fix universal mac build - #70

Merged
aagentah merged 1 commit into
mainfrom
develop
Aug 21, 2026
Merged

Release 0.7.0-beta: fix universal mac build#70
aagentah merged 1 commit into
mainfrom
develop

Conversation

@aagentah

Copy link
Copy Markdown
Owner

Declare jazz-midi binaries as x64ArchFiles so electron-builder 26 can merge the universal app.

…al merge succeeds

jazz-midi ships separate x64 and arm64 .node files and selects one at
runtime by process.arch, so both land byte-identical in the x64 and
arm64 app bundles. electron-builder 26's universal merger refuses
identical Mach-O files unless they are listed in mac.x64ArchFiles;
v0.6.0-beta was cut on v25, which did not enforce this. Verified with a
local universal pack: lipo reports x86_64 arm64 on the merged binary.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@aagentah
aagentah merged commit a660a22 into main Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant