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

Merge pull request #4958

Robert-André Mauchin (1):
      fix(build): move Appdata file installation to /usr/share/metainfo
This commit is contained in:
sudden6 2018-02-21 10:51:28 +01:00
commit b48df03ede
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

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