moved some more stuff to the target

This commit is contained in:
Bert van der Weerd 2023-02-11 11:36:11 +01:00
parent 746d573cf3
commit 8da4524d85
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -53,17 +53,7 @@ artifacts :
cp -r work/librewolf/* work/librewolf-$(full_version)/LibreWolf
# clone autohotkey stuff
( cd work && \
git clone "https://github.com/ltGuillaume/LibreWolf-Portable" && \
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-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 )
# we're using the latest ahk-tools here.
( cd work/librewolf-$(full_version) && \
wget -q -O librewolf-ahk-tools-2023-02-11.zip https://gitlab.com/librewolf-community/browser/windows/uploads/fc5e0483707a1bafdfd8f10b7b6c50b1/librewolf-ahk-tools-2023-02-11.zip && \
@ -81,6 +71,18 @@ artifacts :
ahk-tools :
# clone autohotkey stuff
( cd work && \
git clone "https://github.com/ltGuillaume/LibreWolf-Portable" && \
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-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 )
# now we can use wine32 to run autohotkey
# ---
# tip from: https://forums.linuxmint.com/viewtopic.php?t=74356