Added Ubuntu 18 support

This commit is contained in:
mathusummut
2018-11-05 22:54:44 +01:00
parent 7dc1bc3476
commit 93de7fbba6
3 changed files with 3 additions and 7 deletions

View File

@@ -323,5 +323,5 @@ else
echo 'BUILD COMPLETE.'
echo ''
echo 'To launch ZetaGlest from the current directory, use:'
echo ' ./zetaglest.sh'
echo ' ./build/zetaglest'
fi

View File

@@ -1,6 +0,0 @@
#!/bin/bash
export DBUS_FATAL_WARNINGS=0
unset XMODIFIERS
cd build
./zetaglest
cd ..