mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 14:58:22 +00:00
9 lines
134 B
Bash
9 lines
134 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
ROOT_DIR=$(dirname "$0")/..
|
||
|
|
||
|
export DYLD_LIBRARY_PATH=${ROOT_DIR}/Frameworks
|
||
|
|
||
|
cd ${ROOT_DIR}/Resources
|
||
|
exec ./openttd "$@"
|