mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
662a61440f
[why] The glyphnames in the font files are sometimes off. We take them from the symbol source/font and ofter they are empty or even plain wrong (esp if we move to other codepoints). [how] We have the list of all glyphnames that is generated by collecting all data from the i_*.sh files. When patching we take this information now and use it if appropriate. Make sure the glyphname.json file is included in our zip patcher release and also in the Docker image. It will run as before if the file can not be found or is invalid etc. Suggested-by: Ulices <hasecilu@tuta.io> Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
# Keep this in line with .github/workflows/docker-release.yml
|
|
**
|
|
!src/glyphs
|
|
!font-patcher
|
|
!glyphnames.json
|
|
!bin/scripts/name_parser/Fontname*.py
|
|
!bin/scripts/docker-entrypoint.sh
|
|
!.codeclimate.yml
|