From f93cc6e9168bc774379a9df1a417ae5653e30e80 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 11 Apr 2024 19:07:02 +0200 Subject: [PATCH] [AppImage] AppImageTool 13 (#5275) (#11665) https://github.com/AppImage/AppImageKit/releases/tag/13 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fa0d645d..423298de6 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ WIN32_DIR=$(PLATFORM_DIR)/win32 # appimage setup APPIMAGETOOL=appimagetool-x86_64.AppImage -APPIMAGETOOL_URL=https://github.com/AppImage/AppImageKit/releases/download/12/appimagetool-x86_64.AppImage +APPIMAGETOOL_URL=https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-x86_64.AppImage # Is fuse support available? USE_FUSE ?= $(wildcard /dev/fuse)