appdwarf/AppRun.example

5 lines
111 B
Plaintext
Raw Normal View History

#!/bin/sh
HERE=$(dirname $(readlink -f "${0}"))
export LD_LIBRARY_PATH="${HERE}":$PATH
wine "${HERE}"/exe "$@"