appdwarf/AppRun.example
Phantop 45c622aa6e Handle arguments correctly
Why was this not done already lol
2021-12-31 15:11:41 -05:00

5 lines
111 B
Bash
Executable file

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