diff options
author | Patric Stout <truebrain@openttd.org> | 2020-12-12 16:29:09 +0100 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2020-12-19 18:26:29 +0100 |
commit | 7cdf7c7ca02d687df29575b633e2db5132a7f749 (patch) | |
tree | 3e25035f09bdf6ab998df06e74551122cd54d293 /os | |
parent | 2714e0a33f149185aed9ea618a38a43c1ed14217 (diff) | |
download | openttd-7cdf7c7ca02d687df29575b633e2db5132a7f749.tar.xz |
Fix: [bundle] custom launch.sh is no longer required for Mac OS
Co-authored-by: Owen Rudge <owen@owenrudge.net>
Diffstat (limited to 'os')
-rw-r--r-- | os/macosx/launch.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/os/macosx/launch.sh b/os/macosx/launch.sh deleted file mode 100644 index 7b0389d8a..000000000 --- a/os/macosx/launch.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -ROOT_DIR=$(dirname "$0")/.. - -export DYLD_LIBRARY_PATH=${ROOT_DIR}/Frameworks - -cd ${ROOT_DIR}/Resources -exec ./openttd "$@" |