mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 21:37:49 +00:00
build: Copy terminfo resources from xcodeproj
This should fix #158. Instead of manually copying the resources, we create a relative dependency from the xcodeproj directly so that xcodebuild should handle this for us.
This commit is contained in:
6
.github/workflows/release-tip.yml
vendored
6
.github/workflows/release-tip.yml
vendored
@@ -96,12 +96,6 @@ jobs:
|
||||
- name: Build Ghostty.app
|
||||
run: cd macos && xcodebuild -configuration Release
|
||||
|
||||
# Copy the resources we build during zig build into the final Ghostty.app
|
||||
- name: Copy Resources
|
||||
run: |
|
||||
# Terminfo
|
||||
cp -R zig-out/Ghostty.app/Contents/Resources/terminfo macos/build/Release/Ghostty.app/Contents/Resources/terminfo
|
||||
|
||||
# We inject the "build number" as simply the number of commits since HEAD.
|
||||
# This will be a monotonically always increasing build number that we use.
|
||||
- name: Inject Build Number
|
||||
|
||||
Reference in New Issue
Block a user