mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[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
This commit is contained in:
2
Makefile
2
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)
|
||||
|
||||
Reference in New Issue
Block a user