Files
space-station-14/BuildFiles/Mac/Space Station 14.app/Contents/MacOS/SS14
2017-10-26 17:58:48 +02:00

10 lines
273 B
Bash
Executable File

#!/usr/bin/env -i bash
# cd to file containing script or something?
BASEDIR=$(dirname "$0")
echo "$BASEDIR"
cd "$BASEDIR"
# TODO: unhardcode this, probably ship Mono with SS14.
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --arch=64 ./SS14.Client.exe