mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
build: add universal macOS binary (aarch64 + x86_64) (#90)
Add x86_64-apple-darwin Rust target alongside the existing aarch64 target and switch Tauri build to --target universal-apple-darwin, producing a single DMG that runs natively on both Apple Silicon and Intel Macs.
This commit is contained in:
committed by
GitHub
parent
304d42d969
commit
cb24822cac
4
.github/workflows/desktop-release.yml
vendored
4
.github/workflows/desktop-release.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
- name: Install Rust stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: aarch64-apple-darwin
|
||||
targets: aarch64-apple-darwin,x86_64-apple-darwin
|
||||
|
||||
- name: Install JS dependencies
|
||||
run: npm ci
|
||||
@@ -110,4 +110,4 @@ jobs:
|
||||
releaseBody: See the assets to download and install this version.
|
||||
releaseDraft: false
|
||||
prerelease: false
|
||||
args: --target aarch64-apple-darwin
|
||||
args: --target universal-apple-darwin
|
||||
|
||||
Reference in New Issue
Block a user