From b44cbe7b26ad6402f82096e8615d7acc4ca99169 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Wed, 16 Oct 2024 00:47:53 +0200 Subject: [PATCH] Update libappimage to fix builds on Ubuntu 24.04+ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d5a121d..ca9cd0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ else() function(import_libappimage) FetchContent_Declare(libappimage GIT_REPOSITORY https://github.com/AppImageCommunity/libappimage - GIT_TAG 3467b20 + GIT_TAG e56c21b5387fde92cbb91c835e7aa16ab60b3879 ) FetchContent_MakeAvailable(libappimage) endfunction()