From f3a1a4faa22e7c615be8053924d3dd584e9918a3 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Tue, 7 Feb 2023 22:01:06 +0000 Subject: [PATCH] let's not check for executables --- linux/assets/artifacts.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux/assets/artifacts.mk b/linux/assets/artifacts.mk index 0305342..6382869 100644 --- a/linux/assets/artifacts.mk +++ b/linux/assets/artifacts.mk @@ -75,11 +75,11 @@ artifacts : -( 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 -# created, because we ignore the wine-autohotkey exit codes +# # We do need to check if these executables are indeed +# # created, because we ignore the wine-autohotkey exit codes - [ -f work/librewolf-$(full_version)/LibreWolf-Portable.exe ] - [ -f work/librewolf-$(full_version)/LibreWolf-WinUpdater.exe ] +# [ -f work/librewolf-$(full_version)/LibreWolf-Portable.exe ] +# [ -f work/librewolf-$(full_version)/LibreWolf-WinUpdater.exe ] # issue #224 - Consider including msvcp140 & vcruntime140 in portable package