Skip to content

Commit b44cbe7

Browse files
committed
Update libappimage to fix builds on Ubuntu 24.04+
1 parent f716590 commit b44cbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ else()
6868
function(import_libappimage)
6969
FetchContent_Declare(libappimage
7070
GIT_REPOSITORY https://github.com/AppImageCommunity/libappimage
71-
GIT_TAG 3467b20
71+
GIT_TAG e56c21b5387fde92cbb91c835e7aa16ab60b3879
7272
)
7373
FetchContent_MakeAvailable(libappimage)
7474
endfunction()

0 commit comments

Comments
 (0)