summaryrefslogtreecommitdiff
path: root/scripts/run_win.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_win.sh')
-rwxr-xr-xscripts/run_win.sh3
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 "$@"