diff options
author | Jesús <heckyel@hyperbola.info> | 2018-10-10 20:37:02 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-10-10 20:37:02 -0500 |
commit | 208390a8cca984da236edea93c9c4841639078eb (patch) | |
tree | 67cd94d7a5e26e514a964caed6f94ec23c19f893 /build.sh | |
parent | 30eeec37ee8b24ac782be200f7cc2208a493d612 (diff) | |
download | libresocial-208390a8cca984da236edea93c9c4841639078eb.tar.lz libresocial-208390a8cca984da236edea93c9c4841639078eb.tar.xz libresocial-208390a8cca984da236edea93c9c4841639078eb.zip |
Added copyleft icon on libresocial
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 |