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:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user