From 37eb6f85ebc81d079c7569a57ecec03398e2905f Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Wed, 5 Nov 2025 00:08:18 +0100 Subject: [PATCH] chore: Fixed using the wrong location for wine, b=no-bug, c=configs --- configs/windows/mozconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/windows/mozconfig b/configs/windows/mozconfig index 408d8884e..66a65ff7e 100644 --- a/configs/windows/mozconfig +++ b/configs/windows/mozconfig @@ -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