mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00

Using the "build number" (i.e. the commit number) did not seem to work correctly anyway (it always showed '1' for releases built in CI). Presumably this is because GitHub performs a shallow clone so it does not have full access to the Git history. Instead of the build number, use the Git commit hash of HEAD, which works even for shallow clones and is more useful for debugging.