Update native libraries shipped in the AppImages:

* SDL2 reverted back to 2.0.8 (2.0.9 and 2.0.10 generate compilation
  errors so are missing from the libs tarball)
* Package Freetype 2.0.10
This commit is contained in:
Paul Chote
2020-02-22 11:19:38 +00:00
committed by atlimit8
parent 103cb61020
commit 8903577227

View File

@@ -7,7 +7,7 @@ command -v python >/dev/null 2>&1 || { echo >&2 "Linux packaging requires python
command -v tar >/dev/null 2>&1 || { echo >&2 "Linux packaging requires tar."; exit 1; } command -v tar >/dev/null 2>&1 || { echo >&2 "Linux packaging requires tar."; exit 1; }
command -v curl >/dev/null 2>&1 || command -v wget > /dev/null 2>&1 || { echo >&2 "Linux packaging requires curl or wget."; exit 1; } command -v curl >/dev/null 2>&1 || command -v wget > /dev/null 2>&1 || { echo >&2 "Linux packaging requires curl or wget."; exit 1; }
DEPENDENCIES_TAG="20200202" DEPENDENCIES_TAG="20200222"
if [ $# -eq "0" ]; then if [ $# -eq "0" ]; then
echo "Usage: $(basename "$0") version [outputdir]" echo "Usage: $(basename "$0") version [outputdir]"