Skip to content

Commit

Permalink
Merge pull request #35 from fpiesche/patch-6
Browse files Browse the repository at this point in the history
Fix installing metainfo
  • Loading branch information
ptitSeb authored Feb 28, 2024
2 parents e4f725e + 90a38f0 commit 229369c
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 @@ -239,6 +239,6 @@ if(LINUX)
FILES "${CMAKE_CURRENT_SOURCE_DIR}/io.github.ptitSeb.hydracastlelabyrinth.png" DESTINATION "share/icons/hicolor/256x256/apps"
)
install(
FILES "${CMAKE_CURRENT_SOURCE_DIR}/io.github.ptitSeb.hydracastlelabyrinth.appdata.xml" DESTINATION "share/appdata"
FILES "${CMAKE_CURRENT_SOURCE_DIR}/io.github.ptitSeb.hydracastlelabyrinth.metainfo.xml" DESTINATION "share/appdata"
)
endif()

0 comments on commit 229369c

Please sign in to comment.