summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Install.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts/Install.cmake')
-rw-r--r--CMakeScripts/Install.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeScripts/Install.cmake b/CMakeScripts/Install.cmake
index 385375060..59f76f2eb 100644
--- a/CMakeScripts/Install.cmake
+++ b/CMakeScripts/Install.cmake
@@ -3,6 +3,8 @@ if(UNIX)
install(FILES
${CMAKE_BINARY_DIR}/inkscape.desktop
DESTINATION ${SHARE_INSTALL}/applications)
+ install(FILES ${CMAKE_BINARY_DIR}/inkscape.appdata.xml
+ DESTINATION ${SHARE_INSTALL}/metainfo)
endif()
if(WIN32)