projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96e282c
)
CMakeLists.txt: Install the AppData/AppStream file.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 11 Jun 2017 18:26:57 +0000
(20:26 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 11 Jun 2017 18:26:57 +0000
(20:26 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 270a2e2efec05b297c627c15b53a991b7139806a..db839d085be0513f1f41138b4672c7cfd81d7f90 100644
(file)
--- 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)