mirror of
https://github.com/cline/cline.git
synced 2026-08-29 03:52:41 +08:00
058c8c90a2
Tauri's universal-apple-darwin target lipos the Rust binary but expects sidecars to already be fat binaries, so build-sidecar-bin.ts now compiles both Bun slices and merges them when the target triple is universal. The publish workflow builds one universal bundle instead of a two-leg matrix, verifies every Mach-O in the bundle carries both slices, and the updater manifest points both darwin-aarch64 and darwin-x86_64 at the same universal artifact so existing per-arch installs migrate automatically. Co-authored-by: Saoud Rizwan <saoudrizwan@users.noreply.github.com>