summarylogtreecommitdiffstats
path: root/wolfmp.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'wolfmp.launcher')
-rw-r--r--wolfmp.launcher7
1 files changed, 7 insertions, 0 deletions
diff --git a/wolfmp.launcher b/wolfmp.launcher
new file mode 100644
index 000000000000..33ada10aff5e
--- /dev/null
+++ b/wolfmp.launcher
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Needed to make symlinks/shortcuts work.
+# the binaries must run with correct working directory
+cd "/opt/wolf"
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:."
+exec ./wolf.x86 "$@"
+