aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/dists/bundle-startup.sh
blob: 11fcea2ed7145ab081e26c022d8796ac61b84994 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# Author: UltraStar Deluxe Team

USDX_BUNDLE="`echo "$0" | sed -e 's/\/Contents\/MacOS\/UltraStarDeluxe//'`"
USDX_RESOURCES="$USDX_BUNDLE/Contents/Resources"

export "DYLD_LIBRARY_PATH=$USDX_RESOURCES/dylib"
exec "$USDX_RESOURCES/bin/ultrastardx"