summarylogtreecommitdiffstats
path: root/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper.sh')
-rw-r--r--wrapper.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/wrapper.sh b/wrapper.sh
new file mode 100644
index 000000000000..37c605415687
--- /dev/null
+++ b/wrapper.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+export LD_PRELOAD="/usr/lib/libcurl.so.3"
+exec /usr/bin/runescape-launcher.real "$@"