[AppImage] AppImageTool 12 (#5275)

https://github.com/AppImage/AppImageKit/releases/tag/12
This commit is contained in:
Frans de Jonge
2019-08-27 14:31:59 +02:00
committed by GitHub
parent 2104bb6f98
commit 6ff19b2caf

View File

@@ -56,7 +56,7 @@ WIN32_DIR=$(PLATFORM_DIR)/win32
# appimage setup
APPIMAGETOOL=appimagetool-x86_64.AppImage
APPIMAGETOOL_URL=https://github.com/AppImage/AppImageKit/releases/download/11/appimagetool-x86_64.AppImage
APPIMAGETOOL_URL=https://github.com/AppImage/AppImageKit/releases/download/12/appimagetool-x86_64.AppImage
# set to 1 if in Docker
DOCKER:=$(shell grep -q docker /proc/1/cgroup 2>/dev/null && echo 1)