From dbb4d7ba66c8e678fb41ada9d17de9badab4dc5d Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 8 Feb 2023 07:46:07 +0100 Subject: [PATCH] lets no longer ignore the exit code from wineconsole and see if that improves the error log --- linux/assets/artifacts.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/assets/artifacts.mk b/linux/assets/artifacts.mk index 6382869..1a854dc 100644 --- a/linux/assets/artifacts.mk +++ b/linux/assets/artifacts.mk @@ -10,7 +10,7 @@ incoming_artifact=firefox-$(full_version).en-US.win64.zip setupname=librewolf-$(full_version).en-US.win64-setup.exe zipname=librewolf-$(full_version).en-US.win64-portable.zip -wine=~/.mozbuild/wine/bin/wineconsole +#wine=~/.mozbuild/wine/bin/wineconsole wine=wineconsole @@ -69,10 +69,10 @@ artifacts : rm -rf /root/.wine winecfg - -( cd work/librewolf-$(full_version) && $(wine) ../ahk/Compiler/Ahk2Exe.exe /in LibreWolf-Portable.ahk ) + ( cd work/librewolf-$(full_version) && $(wine) ../ahk/Compiler/Ahk2Exe.exe /in LibreWolf-Portable.ahk ) ( cd work/librewolf-$(full_version) && rm -f LibreWolf-Portable.ahk LibreWolf-Portable.ico dejsonlz4.exe jsonlz4.exe ) - -( cd work/librewolf-$(full_version) && $(wine) ../ahk/Compiler/Ahk2Exe.exe /in LibreWolf-WinUpdater.ahk ) + ( cd work/librewolf-$(full_version) && $(wine) ../ahk/Compiler/Ahk2Exe.exe /in LibreWolf-WinUpdater.ahk ) ( cd work/librewolf-$(full_version) && rm -f LibreWolf-WinUpdater.ahk LibreWolf-WinUpdater*.ico ) # # We do need to check if these executables are indeed