Fix downloadarchive link

When the first parameter is a specific version number (e.g. 5.3.7.2) the
script did not work because the download link was broken in commit
00c814d.  This commit fixes the link.
This commit is contained in:
deborah brouwer 2020-09-13 14:39:01 -07:00
parent 665cf74732
commit b8796890f0

2
make_libreoffice_appimage Normal file → Executable file
View file

@ -328,7 +328,7 @@ else
package="LibO_${nrVersion}_Linux_${arch}_install-deb_en-US.tar.gz"
else
nrVersion=$libreVersion
path="https://download.documentfoundation.org/libreoffice/old/${nrVersion}/deb/${pathArch}/"
path="https://downloadarchive.documentfoundation.org/libreoffice/old/${nrVersion}/deb/${pathArch}/"
package="LibreOffice_${nrVersion}_Linux_${arch}_deb.tar.gz"
fi
fi