mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Install AppStream metadata into share/metainfo
Rather than share/appstream. This is what is suggested by the specification. Fixes #2563
This commit is contained in:
parent
91e8e5812b
commit
f02cc66e81
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ if(NOT APPLE AND NOT WIN32)
|
|||
install(FILES ${CMAKE_SOURCE_DIR}/resources/images/cura-icon.png
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/128x128/apps/)
|
||||
install(FILES cura.appdata.xml
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/appdata)
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)
|
||||
install(FILES cura.sharedmimeinfo
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages/
|
||||
RENAME cura.xml )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue