diff options
author | grbr404 <166065505+grbr404@users.noreply.github.com> | 2025-05-29 23:07:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-29 23:07:02 +0200 |
commit | f46e7a5124896125c2b25d5b26d54827736eb5d2 (patch) | |
tree | 144f749dae5306cfb0231b95033afd9ec1b029a3 /scripts | |
parent | 4c603d90b705e7f8e75b3a2726fa01d0c17b1bc5 (diff) |
made Linux run with x11 until wayland bugs are fixed
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/linux/run-client.sh | 2 |
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 |