mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
Fixes missing patching non-mono version and updating count
This commit is contained in:
parent
4e9166e43c
commit
c7f64a616c
@ -79,12 +79,13 @@ function patch_font {
|
|||||||
|
|
||||||
cd "$parent_dir"
|
cd "$parent_dir"
|
||||||
|
|
||||||
|
fontforge -quiet -script ./font-patcher "$f" -q $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null &
|
||||||
fontforge -quiet -script ./font-patcher "$f" -q -s $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null &
|
fontforge -quiet -script ./font-patcher "$f" -q -s $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null &
|
||||||
fontforge -quiet -script ./font-patcher "$f" -q -w $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null &
|
fontforge -quiet -script ./font-patcher "$f" -q -w $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null &
|
||||||
fontforge -quiet -script ./font-patcher "$f" -q -s -w $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null &
|
fontforge -quiet -script ./font-patcher "$f" -q -s -w $powerline --complete --outputdir "${patched_font_dir}complete/" 2>/dev/null &
|
||||||
#wait
|
#wait
|
||||||
|
|
||||||
complete_variation_count=$((complete_variation_count+3))
|
complete_variation_count=$((complete_variation_count+4))
|
||||||
combination_count=$(printf "%s" "$combinations" | wc -l)
|
combination_count=$(printf "%s" "$combinations" | wc -l)
|
||||||
|
|
||||||
# generate the readmes:
|
# generate the readmes:
|
||||||
@ -119,8 +120,8 @@ function generate_readme {
|
|||||||
then
|
then
|
||||||
cat "$patched_font_dir/font-info.md" >> "$combinations_filename"
|
cat "$patched_font_dir/font-info.md" >> "$combinations_filename"
|
||||||
else
|
else
|
||||||
echo "# Could not append font-info.md (file not found). Was standardize script run? It should be executed first"
|
echo "# Could not append font-info.md (file not found). Was standardize script run? It should be executed first"
|
||||||
echo "# looked for: $font_info"
|
echo "# looked for: $font_info"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat "$parent_dir/src/readme-per-directory-variations.md" >> "$combinations_filename"
|
cat "$parent_dir/src/readme-per-directory-variations.md" >> "$combinations_filename"
|
||||||
|
Loading…
Reference in New Issue
Block a user