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:
parent
665cf74732
commit
b8796890f0
1 changed files with 1 additions and 1 deletions
2
make_libreoffice_appimage
Normal file → Executable file
2
make_libreoffice_appimage
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue