mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-07 17:06:25 +02:00
font-patcher: Add FontnameParser to font-patcher.zip
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
c3363c8202
commit
c92396150d
@ -22,6 +22,7 @@ find "${outputdir:?}" -name "FontPatcher.zip" -type f -delete
|
||||
|
||||
cd -- "$scripts_root_dir/../../" || exit 1
|
||||
find "src/glyphs" | zip -9 "$outputdir/FontPatcher" -@
|
||||
find "bin/scripts/name_parser" -name "Fontname*.py" | zip -9 "$outputdir/FontPatcher" -@
|
||||
find "font-patcher" | zip -9 "$outputdir/FontPatcher" -@
|
||||
|
||||
# add mini readme file
|
||||
|
Loading…
Reference in New Issue
Block a user