You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/os/macosx/launch.sh

9 lines
134 B
Bash

#!/bin/sh
ROOT_DIR=$(dirname "$0")/..
export DYLD_LIBRARY_PATH=${ROOT_DIR}/Frameworks
cd ${ROOT_DIR}/Resources
exec ./openttd "$@"