1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-13 03:03:33 +02:00

Fixes missing patching non-mono version and updating count

This commit is contained in:
Ryan L McIntyre 2016-11-05 22:59:22 -04:00
parent 4e9166e43c
commit c7f64a616c

View File

@ -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: