Files
UltraGrid/data/scripts/Linux-AppImage/uv-wrapper.sh
Martin Pulec 3c9b8293d5 Removed JACK library tweaks
Since the library is now dynamically loaded it is no longer needed.
2020-10-16 16:23:21 +02:00

12 lines
263 B
Bash
Executable File

#!/bin/sh
set -u
DIR=`dirname $0`
export LD_LIBRARY_PATH=$DIR/lib${LD_LIBRARY_PATH:+":$LD_LIBRARY_PATH"}
# there is an issue with running_from_path() which evaluates this executable
# as being system-installed
#export PATH=$DIR/bin:$PATH
exec $DIR/bin/uv "$@"