diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,5 +10,6 @@ fi # copy files to fonts if [[ -n "$(ls -a ./lab/libresocial.{svg,otf,ttf,woff})" ]]; then + rm -fv ./fonts/libresocial.{svg,otf,ttf,woff} mv -fv ./lab/libresocial.{svg,otf,ttf,woff} ./fonts/ fi |