From 0042f4e16eb8908ef3fb76fd36bf088ee46bdc05 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Tue, 18 May 2021 17:15:03 +0200 Subject: [PATCH] metainfo: move away from deprecated appdata --- rpcs3/CMakeLists.txt | 2 +- rpcs3/{rpcs3.appdata.xml => rpcs3.metainfo.xml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename rpcs3/{rpcs3.appdata.xml => rpcs3.metainfo.xml} (100%) 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