summaryrefslogtreecommitdiffstats
path: root/package/linux
diff options
context:
space:
mode:
Diffstat (limited to 'package/linux')
-rwxr-xr-xpackage/linux/MultiMC9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/linux/MultiMC b/package/linux/MultiMC
new file mode 100755
index 00000000..235d17c5
--- /dev/null
+++ b/package/linux/MultiMC
@@ -0,0 +1,9 @@
+#!/bin/sh
+# Basic start script for running MultiMC with the libs packaged with it.
+
+MMC_DIR=$(dirname "$0")
+cd "${MMC_DIR}"
+
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./lib"
+export QT_PLUGIN_PATH=$QT_PLUGIN_PATH:"."
+exec ./bin/MultiMC