1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(build): move Appdata file installation to /usr/share/metainfo

This commit is contained in:
Robert-André Mauchin 2018-02-16 18:00:56 +01:00
parent da7c12e20c
commit 5db0bdd381

View File

@ -33,7 +33,7 @@ if(APPLE)
)
else()
install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION "bin")
install(FILES "res/qTox.appdata.xml" DESTINATION "share/appdata")
install(FILES "res/qTox.appdata.xml" DESTINATION "share/metainfo")
install(FILES "qtox.desktop" DESTINATION "share/applications")
# Install application icons according to the XDG spec