Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): move Appdata file installation to /usr/share/metainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipseo committed Feb 16, 2018
1 parent da7c12e commit 5db0bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Installation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5db0bdd

Please sign in to comment.