diff options
author | Jesús <heckyel@hyperbola.info> | 2018-07-11 20:06:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-07-11 20:06:07 -0500 |
commit | fcad60602adc32b60af18383376c4280a86d97f1 (patch) | |
tree | 565c1f0e946732f62bf296d4ba5950c976b0c620 | |
parent | 1334b6e6504b814a66b648673075edf9e59a5ccb (diff) | |
download | libresocial-fcad60602adc32b60af18383376c4280a86d97f1.tar.lz libresocial-fcad60602adc32b60af18383376c4280a86d97f1.tar.xz libresocial-fcad60602adc32b60af18383376c4280a86d97f1.zip |
rename file svg2ttf.py
fix: svgs2ttf.py to svg2ttf.py
-rwxr-xr-x | build.sh | 2 | ||||
-rwxr-xr-x | lab/svg2ttf.py (renamed from lab/svgs2ttf.py) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # build if [[ -n "$(ls -a ./lab/)" && -f ./lab/metadata.json && -f ./lab/svgs2ttf.py ]]; then - ./lab/svgs2ttf.py ./lab/metadata.json + ./lab/svg2ttf.py ./lab/metadata.json fi # copy files to fonts diff --git a/lab/svgs2ttf.py b/lab/svg2ttf.py index bd2425a..bd2425a 100755 --- a/lab/svgs2ttf.py +++ b/lab/svg2ttf.py |