mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 00:18:53 +03:00

This fixes a regression in 1.1.1/1.1.2 where our PACKAGING docs mention using `fetch-zig-cache.sh` but it was removed. This commit adds it back, generating its contents from the build.zig.zon file (via zon2nix which we use for our Nix packaging). For packagers, there are no dependency changes: you still need Zig and POSIX sh. For release time, Ghostty has a new dependency on `jq` but otherwise the release process is the same. The check-zig-cache.sh script is updated to generate the new build.zig.zon.txt file.
21 lines
221 B
Plaintext
21 lines
221 B
Plaintext
*~
|
|
.*.swp
|
|
.swp
|
|
*.log
|
|
.DS_Store
|
|
.vscode/
|
|
.direnv/
|
|
.flatpak-builder/
|
|
zig-cache/
|
|
.zig-cache/
|
|
zig-out/
|
|
/result*
|
|
example/*.wasm
|
|
test/ghostty
|
|
test/cases/**/*.actual.png
|
|
|
|
glad.zip
|
|
/Box_test.ppm
|
|
/Box_test_diff.ppm
|
|
/ghostty.qcow2
|