Merge pull request #34 from ghisvail/appstream-metadata

Appstream metadata
This commit is contained in:
maxnet 2020-06-30 00:45:56 +02:00 committed by GitHub
commit 12784a0092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 63 additions and 0 deletions

View file

@ -238,6 +238,7 @@ else()
install(TARGETS rpi-imager DESTINATION bin)
install(FILES icons/rpi-imager.png DESTINATION share/icons/hicolor/128x128/apps)
install(FILES linux/rpi-imager.desktop DESTINATION share/applications)
install(FILES linux/rpi-imager.metainfo.xml DESTINATION share/metainfo)
endif()
get_target_property(QT_TARGET_TYPE Qt5::Core TYPE)