From c01d105bb31df51850ce67194842c841682ccf7e Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 28 Oct 2018 07:12:30 +0100 Subject: [PATCH] [build, AppImage] Update to AppImageTool 11 (#4288) It came out last week: https://github.com/AppImage/AppImageKit/releases/tag/11 I also fixed the `libcairo` issue from https://github.com/koreader/koreader-base/issues/730 in https://github.com/koreader/virdevenv/pull/21 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c91e9ce1b..6159a1834 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ SONY_PRSTUX_DIR=$(PLATFORM_DIR)/sony-prstux # appimage setup APPIMAGETOOL=appimagetool-x86_64.AppImage -APPIMAGETOOL_URL=https://github.com/AppImage/AppImageKit/releases/download/10/appimagetool-x86_64.AppImage +APPIMAGETOOL_URL=https://github.com/AppImage/AppImageKit/releases/download/11/appimagetool-x86_64.AppImage # set to 1 if in Docker DOCKER:=$(shell grep -q docker /proc/1/cgroup && echo 1)