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