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