diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-14 22:52:42 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-14 22:52:42 +0000 |
| commit | 03ee491e2bf7a9f0e159f5ce5c3b5936b1132f2a (patch) | |
| tree | b8fd49033e141232f27387c3d1ba47738252e1c3 /CMakeScripts/Install.cmake | |
| parent | Build and upload AppImage (diff) | |
| download | inkscape-03ee491e2bf7a9f0e159f5ce5c3b5936b1132f2a.tar.gz inkscape-03ee491e2bf7a9f0e159f5ce5c3b5936b1132f2a.zip | |
translate and install inkscape.appdata.xml
Diffstat (limited to 'CMakeScripts/Install.cmake')
| -rw-r--r-- | CMakeScripts/Install.cmake | 2 |
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) |
