mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-30 13:27:51 +03:00

* search for resources dir relative to executing binary on Linux From Andrew in #241: This works in all 3 of the possible scenarios I can think of on Linux: * `zig build` with default prefix into `zig-out` * `zig build -p ~/local` (my choice when compiling from source) * ghostty packaged for a linux distribution into /usr/bin and /share * update README