Added version to patch all fonts patcher with 0.3.1 patcher no longer overwrites font permutations with the 'Mono' version

This commit is contained in:
ryanoasis 2015-07-01 15:28:30 -04:00
parent 267b593c93
commit cf1059bea9

View file

@ -1,5 +1,5 @@
#!/bin/bash
# version: 0.3.1
# Set source and target directories
source_fonts_dir="${PWD}/unpatched-sample-fonts"
@ -107,7 +107,7 @@ do
mv "$newly_created_font" $patched_font_dir
# un-comment to test this script (patch 1 font)
# break
#break
done