Update AppImage dependencies to 20180723 tag.

This switches the build system from CentOS 6 to
Debian 7 to fix issues with the ingame cursors.
This commit is contained in:
Paul Chote
2018-07-23 14:53:28 +01:00
parent e5bbe70186
commit e8584033f8

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 curl >/dev/null 2>&1 || { echo >&2 "Linux packaging requires curl."; exit 1; }
DEPENDENCIES_TAG="20180410"
DEPENDENCIES_TAG="20180723"
if [ $# -eq "0" ]; then
echo "Usage: `basename $0` version [outputdir]"