Build universal GhosttyKit for Release
This commit is contained in:
parent
89587694c6
commit
76f53aaf90
6 changed files with 13 additions and 11 deletions
2
.github/workflows/build-ghosttykit.yml
vendored
2
.github/workflows/build-ghosttykit.yml
vendored
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
fi
|
||||
cd ghostty && zig build -Demit-xcframework=true -Demit-macos-app=false -Doptimize=ReleaseFast
|
||||
cd ghostty && zig build -Demit-xcframework=true -Demit-macos-app=false -Dxcframework-target=universal -Doptimize=ReleaseFast
|
||||
|
||||
- name: Package xcframework
|
||||
if: steps.check-release.outputs.exists == 'false'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue