From bc0c65f3df1506d5ec1af4831e346799911cd99b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 16 Jan 2023 12:00:44 +0100 Subject: [PATCH] Mon Jan 16 12:00:44 PM CET 2023 --- linux/assets/artifacts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/assets/artifacts.mk b/linux/assets/artifacts.mk index ccd609f..6859a54 100644 --- a/linux/assets/artifacts.mk +++ b/linux/assets/artifacts.mk @@ -38,7 +38,7 @@ artifacts : ( cd work && git clone "https://github.com/ltGuillaume/LibreWolf-Portable" ) ( cd work && git clone "https://github.com/ltGuillaume/LibreWolf-WinUpdater" ) cp work/LibreWolf-Portable/LibreWolf-Portable.* work/LibreWolf-Portable/*.exe work/librewolf-$(full_version) - cp work/LibreWolf-WinUpdater/LibreWolf-WinUpdater.ahk work/LibreWolf-Portable/*.ico work/librewolf-$(full_version) + 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) && wine64 ../ahk/Compiler/Ahk2Exe.exe /in LibreWolf-Portable.ahk /icon LibreWolf-Portable.ico )