From 8f61f1a1fb8aeb1f6f65f9676ed588fc2d90c227 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 5 Feb 2023 16:07:19 +0100 Subject: [PATCH] removed icon parameters --- linux/assets/artifacts.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/assets/artifacts.mk b/linux/assets/artifacts.mk index a9f088b..7009185 100644 --- a/linux/assets/artifacts.mk +++ b/linux/assets/artifacts.mk @@ -43,9 +43,9 @@ artifacts : cp work/LibreWolf-WinUpdater/LibreWolf-WinUpdater.ahk work/LibreWolf-WinUpdater/*.ico work/librewolf-$(full_version) wget -q -O work/ahk.zip "https://www.autohotkey.com/download/ahk.zip" ( mkdir work/ahk && cd work/ahk && unzip -q ../ahk.zip ) - -( cd work/librewolf-$(full_version) && $(wine) ../ahk/Compiler/Ahk2Exe.exe /in LibreWolf-Portable.ahk /icon LibreWolf-Portable.ico ) + -( 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 /icon LibreWolf-WinUpdater.ico ) + -( 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 ) # issue #224 - Consider including msvcp140 & vcruntime140 in portable package ( cd work/librewolf-$(full_version)/LibreWolf && \