Files @ r24378:58915c5e30f8
Branch filter:

Location: cpp/openttd-patchpack/source/os/macosx/launch.sh

translators
Update: Translations from eints
german: 5 changes by Luensche
1
2
3
4
5
6
7
8
#!/bin/sh

ROOT_DIR=$(dirname "$0")/..

export DYLD_LIBRARY_PATH=${ROOT_DIR}/Frameworks

cd ${ROOT_DIR}/Resources
exec ./openttd "$@"