[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
pull/4210/head
Frans de Jonge 6 years ago committed by NiLuJe
parent 2eabf1dfac
commit 3cfa42b3f7

@ -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)

Loading…
Cancel
Save