Files @ r24455:ad662a3e31e2
Branch filter:

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

translators
Update: Translations from eints
russian: 10 changes by Ln-Wolf
finnish: 4 changes by hpiirai
slovak: 16 changes by FuryPapaya
french: 1 change by glx22
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 "$@"