diff options
Diffstat (limited to 'scripts/run_win.sh')
| -rwxr-xr-x | scripts/run_win.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/run_win.sh b/scripts/run_win.sh index 853a985..fabb3fe 100755 --- a/scripts/run_win.sh +++ b/scripts/run_win.sh @@ -5,5 +5,4 @@ if [ ! -f build_win/demo64k.exe ]; then fi echo "Running with Wine..." -# Wine might output a lot of debug info, but for now we let it flow. -wine build_win/demo64k.exe "$@" +WINEPATH="$(pwd)/build_win" wine build_win/demo64k.exe "$@" |
