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:
parent
da7c12e20c
commit
5db0bdd381
|
@ -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…
Reference in New Issue
Block a user