From e8584033f846c173cc234fad677ed7bc4ff14b58 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Mon, 23 Jul 2018 14:53:28 +0100 Subject: [PATCH] Update AppImage dependencies to 20180723 tag. This switches the build system from CentOS 6 to Debian 7 to fix issues with the ingame cursors. --- packaging/linux/buildpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linux/buildpackage.sh b/packaging/linux/buildpackage.sh index 5f12d8e1f7..f25a010dc5 100755 --- a/packaging/linux/buildpackage.sh +++ b/packaging/linux/buildpackage.sh @@ -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]"