From: Uwe Hermann Date: Sun, 11 Jun 2017 18:26:57 +0000 (+0200) Subject: CMakeLists.txt: Install the AppData/AppStream file. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=22fc985bc6b8a745232179bb9e6aa5538a679aa7;hp=96e282c4262cc0b4076472a60b9f870e279e1c0b CMakeLists.txt: Install the AppData/AppStream file. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 270a2e2..db839d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -468,6 +468,9 @@ install(FILES doc/pulseview.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT # Install the desktop file. install(FILES contrib/org.sigrok.PulseView.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications) +# Install the AppData/AppStream file. +install(FILES contrib/org.sigrok.PulseView.appdata.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo) + # Generate Windows installer script. configure_file(contrib/pulseview_cross.nsi.in contrib/pulseview_cross.nsi @ONLY)