1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

metainfo: move away from deprecated appdata

This commit is contained in:
Lctrs 2021-05-18 17:15:03 +02:00 committed by Ivan
parent ffc9211ce2
commit 0042f4e16e
2 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ if(UNIX AND NOT APPLE)
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps) DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps)
install(FILES rpcs3.desktop install(FILES rpcs3.desktop
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
install(FILES rpcs3.appdata.xml install(FILES rpcs3.metainfo.xml
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo) DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo)
# Install other files # Install other files
install(DIRECTORY ../bin/Icons install(DIRECTORY ../bin/Icons