chore: Fixed using the wrong location for wine, b=no-bug, c=configs

This commit is contained in:
mr. m
2025-11-05 00:08:18 +01:00
parent 87e249f2a4
commit 37eb6f85eb

View File

@@ -6,7 +6,7 @@ if test "$ZEN_CROSS_COMPILING"; then
export WINSYSROOT="$(echo ~)/win-cross/vs2022"
export WINE="$(echo ~)/win-cross/wine/bin/wine64"
export WINE="$(echo ~)/win-cross/wine/bin/wine"
export WINEDEBUG=-all
export MOZ_STUB_INSTALLER=1