From 3cfa42b3f74a9ef6036284b1046ca4b58331a2af Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sat, 8 Sep 2018 22:52:04 +0200 Subject: [PATCH] [build] Stick to AppImageTool 10 (#4209) This should unbreak the AppImage build without having to update the Docker image. Fixes https://github.com/koreader/koreader-base/issues/730 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c2f836c5..c91e9ce1b 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/continuous/appimagetool-x86_64.AppImage +APPIMAGETOOL_URL=https://github.com/AppImage/AppImageKit/releases/download/10/appimagetool-x86_64.AppImage # set to 1 if in Docker DOCKER:=$(shell grep -q docker /proc/1/cgroup && echo 1)