aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index 3351073..542f03f 100755
--- a/run.sh
+++ b/run.sh
@@ -8,4 +8,9 @@ if [ ! -f ~/.local/share/fonts/Lato-Regular.ttf ]; then
cp ./fonts/Lato-Regular.ttf ~/.local/share/fonts/Lato-Regular.ttf
fc-cache
fi
+if [ ! -f ~/.local/share/fonts/Lato-Bold.ttf ]; then
+ mkdir -p ~/.local/share/fonts
+ cp ./fonts/Lato-Bold.ttf ~/.local/share/fonts/Lato-Bold.ttf
+ fc-cache
+fi
env GTK_THEME="css/style.css" ./sibs-build/debug/dchat