From b4a5312a053e8a4d7944bab360f1e85e6376ef29 Mon Sep 17 00:00:00 2001 From: Trevor Ballard Date: Thu, 24 Jul 2025 13:16:04 -0400 Subject: [PATCH] Update appimagetool URL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70591d0..883b6f8 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ cmake: $(CMAKE) # AppImageTool appimagetool: - curl $(CURL_DOH_URL) -Lfo appimagetool https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$(ARCH).AppImage + curl $(CURL_DOH_URL) -Lfo appimagetool https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$(ARCH).AppImage chmod u+x appimagetool ifneq ($(QEMU),) # Extract the AppImageTool