lets no longer ignore the exit code from wineconsole and see if that improves the error log

This commit is contained in:
Bert van der Weerd 2023-02-08 07:46:07 +01:00
parent f3a1a4faa2
commit dbb4d7ba66
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -10,7 +10,7 @@ incoming_artifact=firefox-$(full_version).en-US.win64.zip
setupname=librewolf-$(full_version).en-US.win64-setup.exe setupname=librewolf-$(full_version).en-US.win64-setup.exe
zipname=librewolf-$(full_version).en-US.win64-portable.zip zipname=librewolf-$(full_version).en-US.win64-portable.zip
wine=~/.mozbuild/wine/bin/wineconsole #wine=~/.mozbuild/wine/bin/wineconsole
wine=wineconsole wine=wineconsole
@ -69,10 +69,10 @@ artifacts :
rm -rf /root/.wine rm -rf /root/.wine
winecfg 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) && 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 ) ( cd work/librewolf-$(full_version) && rm -f LibreWolf-WinUpdater.ahk LibreWolf-WinUpdater*.ico )
# # We do need to check if these executables are indeed # # We do need to check if these executables are indeed