summarylogtreecommitdiffstats
path: root/wolfded.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'wolfded.launcher')
-rw-r--r--wolfded.launcher7
1 files changed, 7 insertions, 0 deletions
diff --git a/wolfded.launcher b/wolfded.launcher
new file mode 100644
index 000000000000..3b7ab1985f7e
--- /dev/null
+++ b/wolfded.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 ./wolfded.x86 "$@"
+