fix typo
This commit is contained in:
parent
31fb023542
commit
67b8a5b60d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,6 +42,6 @@ artifacts :
|
||||||
# issue #224 - Consider including msvcp140 & vcruntime140 in portable package
|
# issue #224 - Consider including msvcp140 & vcruntime140 in portable package
|
||||||
( cd work/librewolf-$(full_version)/LibreWolf && \
|
( cd work/librewolf-$(full_version)/LibreWolf && \
|
||||||
wget -q -O ./vc_redist.x64-extracted.zip "https://gitlab.com/librewolf-community/browser/windows/uploads/7106b776dc663d985bb88eabeb4c5d7d/vc_redist.x64-extracted.zip" && \
|
wget -q -O ./vc_redist.x64-extracted.zip "https://gitlab.com/librewolf-community/browser/windows/uploads/7106b776dc663d985bb88eabeb4c5d7d/vc_redist.x64-extracted.zip" && \
|
||||||
unzip vc_redist.x64-extracted.zip && \\
|
unzip vc_redist.x64-extracted.zip && \
|
||||||
rm vc_redist.x64-extracted.zip )
|
rm vc_redist.x64-extracted.zip )
|
||||||
( rm -f $(zipname) && cd work && zip -qr9 ../$(zipname) librewolf-$(full_version) )
|
( rm -f $(zipname) && cd work && zip -qr9 ../$(zipname) librewolf-$(full_version) )
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue