clarification

This commit is contained in:
extrawurst 2024-06-02 14:49:17 +02:00
parent 7f161d61cd
commit e818a6a35e

View file

@ -26,7 +26,7 @@ but this also allows us now to define colors in the common hex format:
Checkout [THEMES.md](./THEMES.md) for more info.
### Added
* support intel x86 apple build in nightlies and releases
* due to github runner changes, the regular mac build is now arm64, so we added support for intel x86 apple build in nightlies and releases (via separat artifact)
* support `BUILD_GIT_COMMIT_ID` enabling builds from `git archive` generated source tarballs or other outside a git repo [[@alerque](https://github.com/alerque)] ([#2187](https://github.com/extrawurst/gitui/pull/2187))
### Fixes