aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-07-11 20:06:07 -0500
committerJesús <heckyel@hyperbola.info>2018-07-11 20:06:07 -0500
commitfcad60602adc32b60af18383376c4280a86d97f1 (patch)
tree565c1f0e946732f62bf296d4ba5950c976b0c620
parent1334b6e6504b814a66b648673075edf9e59a5ccb (diff)
downloadlibresocial-fcad60602adc32b60af18383376c4280a86d97f1.tar.lz
libresocial-fcad60602adc32b60af18383376c4280a86d97f1.tar.xz
libresocial-fcad60602adc32b60af18383376c4280a86d97f1.zip
rename file svg2ttf.py
fix: svgs2ttf.py to svg2ttf.py
-rwxr-xr-xbuild.sh2
-rwxr-xr-xlab/svg2ttf.py (renamed from lab/svgs2ttf.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 5a13c16..cac9c9f 100755
--- a/build.sh
+++ b/build.sh
@@ -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