diff options
author | Orochimarufan <orochimarufan.x3@gmail.com> | 2013-02-13 00:48:20 +0100 |
---|---|---|
committer | Orochimarufan <orochimarufan.x3@gmail.com> | 2013-02-13 00:48:20 +0100 |
commit | c755195b9721ad9f040684c3be1e93178f95c2cf (patch) | |
tree | 1d40cd433a1e9498116609dc50b083de72056783 /package/linux/MultiMC | |
parent | 79c5ae121b4f4de24fe3edc57bf3f0e3a8fccfe4 (diff) | |
parent | d1b1d7e800173cb0e165babc625ddab03ea7e653 (diff) | |
download | PrismLauncher-c755195b9721ad9f040684c3be1e93178f95c2cf.tar.gz PrismLauncher-c755195b9721ad9f040684c3be1e93178f95c2cf.tar.bz2 PrismLauncher-c755195b9721ad9f040684c3be1e93178f95c2cf.zip |
Merge branch 'master' of http://github.com/Forkk/MultiMC5
Diffstat (limited to 'package/linux/MultiMC')
-rwxr-xr-x | package/linux/MultiMC | 9 |
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 |