diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt index e1a6ccbb99..fc4aa0aa4f 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt @@ -165,7 +165,7 @@ if(UNIX AND NOT APPLE) DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps) install(FILES rpcs3.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) - install(FILES rpcs3.appdata.xml + install(FILES rpcs3.metainfo.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo) # Install other files install(DIRECTORY ../bin/Icons diff --git a/rpcs3/rpcs3.appdata.xml b/rpcs3/rpcs3.metainfo.xml similarity index 100% rename from rpcs3/rpcs3.appdata.xml rename to rpcs3/rpcs3.metainfo.xml