Skip to content

Commit

Permalink
Update libappimage to fix builds on Ubuntu 24.04+
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Oct 15, 2024
1 parent f716590 commit b44cbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b44cbe7

Please sign in to comment.