Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorgrbr404 <166065505+grbr404@users.noreply.github.com>2025-05-29 23:07:02 +0200
committerGitHub <noreply@github.com>2025-05-29 23:07:02 +0200
commitf46e7a5124896125c2b25d5b26d54827736eb5d2 (patch)
tree144f749dae5306cfb0231b95033afd9ec1b029a3 /scripts
parent4c603d90b705e7f8e75b3a2726fa01d0c17b1bc5 (diff)
made Linux run with x11 until wayland bugs are fixed
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/linux/run-client.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/linux/run-client.sh b/scripts/ci/linux/run-client.sh
index 570e619..5cc2092 100755
--- a/scripts/ci/linux/run-client.sh
+++ b/scripts/ci/linux/run-client.sh
@@ -2,4 +2,6 @@
cd "`dirname \"$0\"`"
+export SDL_VIDEODRIVER=x11
+
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" ./starbound "$@" & exit