Skip to content

Commit d08e085

Browse files
committed
Update libappimage to support Zstd
1 parent 73b422f commit d08e085

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 e56c21b5387fde92cbb91c835e7aa16ab60b3879
71+
GIT_TAG a0967b29d671e9647ef128b74364defc2153e3ed
7272
)
7373
FetchContent_MakeAvailable(libappimage)
7474
endfunction()

0 commit comments

Comments
 (0)