1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-13 16:46:34 -04:00
sdrangel/cmake/sdrangel.sh

13 lines
332 B
Bash
Raw Normal View History

#!/bin/sh
SDRANGEL_BUNDLE="`echo "$0" | sed -e 's/\/Contents\/MacOS\/.*//'`"
SDRANGEL_RESOURCES="$SDRANGEL_BUNDLE/Contents/Resources"
echo "running $0"
echo "SDRANGEL_BUNDLE: $SDRANGEL_BUNDLE"
export "DYLD_LIBRARY_PATH=$SDRANGEL_RESOURCES/lib"
export "PATH=$SDRANGEL_RESOURCES/bin:$PATH"
exec "$SDRANGEL_RESOURCES/bin/sdrangel"