Browse Source

Merge pull request #4958

Robert-André Mauchin (1):
      fix(build): move Appdata file installation to /usr/share/metainfo
reviewable/pr4968/r1
sudden6 8 years ago
parent
commit
b48df03ede
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      cmake/Installation.cmake

2
cmake/Installation.cmake

@ -33,7 +33,7 @@ if(APPLE) @@ -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

Loading…
Cancel
Save