summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2020-12-12 16:29:09 +0100
committerPatric Stout <github@truebrain.nl>2020-12-19 18:26:29 +0100
commit7cdf7c7ca02d687df29575b633e2db5132a7f749 (patch)
tree3e25035f09bdf6ab998df06e74551122cd54d293 /os
parent2714e0a33f149185aed9ea618a38a43c1ed14217 (diff)
downloadopenttd-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.sh8
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 "$@"