diff options
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,6 +14,4 @@ if [ ! -f ~/.local/share/fonts/Lato-Bold.ttf ]; then fc-cache fi platform=`sibs platform` -set GDK_SYNCHRONIZE -export LD_PRELOAD=/lib/libSegFault.so -env GTK_THEME="css/style.css" ./sibs-build/$platform/debug/dchat --g-fatal-warnings +env GTK_THEME="css/style.css" ./sibs-build/$platform/debug/dchat |