1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-16 02:59:10 +00:00

Fix: [bundle] custom launch.sh is no longer required for Mac OS

Co-authored-by: Owen Rudge <owen@owenrudge.net>
This commit is contained in:
Patric Stout
2020-12-12 16:29:09 +01:00
committed by Patric Stout
parent 2714e0a33f
commit 7cdf7c7ca0
3 changed files with 6 additions and 11 deletions

View File

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