]> git.xonotic.org Git - xonotic/darkplaces.git/blob - Darkplaces.app/Contents/MacOS/darkplaces-osx-sdl
Added darkplaces-osx-sdl launch script, this has been simplified since
[xonotic/darkplaces.git] / Darkplaces.app / Contents / MacOS / darkplaces-osx-sdl
1 #!/bin/sh
2
3 # Get dylib files from the same dir as the executable
4 export DYLD_LIBRARY_PATH="${0%/*}"
5
6 set -- "$0"-bin "$@"
7
8 exec "$@"