mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-18 12:52:50 +00:00
Handle arguments correctly
Why was this not done already lol
This commit is contained in:
parent
7504c777a7
commit
45c622aa6e
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
HERE=$(dirname $(readlink -f "${0}"))
|
||||
export LD_LIBRARY_PATH="${HERE}":$PATH
|
||||
wine "${HERE}"/Pine.exe $@
|
||||
wine "${HERE}"/exe "$@"
|
||||
|
|
Loading…
Reference in a new issue