Skip to content

Commit

Permalink
Merge pull request #27 from imrofayel/jswhisperer-patch-1
Browse files Browse the repository at this point in the history
macos bundle fix
  • Loading branch information
jswhisperer authored Dec 31, 2024
2 parents 98bbcca + ffc3b9d commit ba70962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
include:
- platform: "macos-latest" # for Arm based macs (M1 and above).
args: "--target aarch64-apple-darwin"
args: "--target aarch64-apple-darwin --bundles app"
- platform: "macos-latest" # for Intel based macs.
args: "--target x86_64-apple-darwin"
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
Expand Down

0 comments on commit ba70962

Please sign in to comment.