10 lines
234 B
Plaintext
Raw Normal View History

2013-02-12 10:14:23 -06:00
#!/bin/sh
# Basic start script for running MultiMC with the libs packaged with it.
MMC_DIR=$(dirname "$0")
2013-02-12 10:14:23 -06:00
cd "${MMC_DIR}"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./lib"
export QT_PLUGIN_PATH=$QT_PLUGIN_PATH:"."
2013-02-12 10:14:23 -06:00
exec ./bin/MultiMC