From 228a80f8fbf947ee8c357a8c3062d795cbbd163e Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 24 Apr 2022 12:28:53 +0200 Subject: [PATCH] (Unix) Renamed the icon emulationstation.svg to org.es_de.emulationstation-de.svg --- es-app/CMakeLists.txt | 2 +- es-app/assets/org.es_de.emulationstation-de.desktop | 2 +- .../{emulationstation.svg => org.es_de.emulationstation-de.svg} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename es-app/assets/{emulationstation.svg => org.es_de.emulationstation-de.svg} (100%) diff --git a/es-app/CMakeLists.txt b/es-app/CMakeLists.txt index 6a71adbac..2afb9a529 100644 --- a/es-app/CMakeLists.txt +++ b/es-app/CMakeLists.txt @@ -227,7 +227,7 @@ else() DESTINATION ${CMAKE_INSTALL_PREFIX}/share/emulationstation) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/assets/org.es_de.emulationstation-de.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) - install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/assets/emulationstation.svg + install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/assets/org.es_de.emulationstation-de.svg DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/assets/org.es_de.emulationstation-de.appdata.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo) diff --git a/es-app/assets/org.es_de.emulationstation-de.desktop b/es-app/assets/org.es_de.emulationstation-de.desktop index c6b2e84cd..287e61bbb 100644 --- a/es-app/assets/org.es_de.emulationstation-de.desktop +++ b/es-app/assets/org.es_de.emulationstation-de.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Version=1.0 Exec=emulationstation -Icon=emulationstation +Icon=org.es_de.emulationstation-de Terminal=false Type=Application StartupNotify=true diff --git a/es-app/assets/emulationstation.svg b/es-app/assets/org.es_de.emulationstation-de.svg similarity index 100% rename from es-app/assets/emulationstation.svg rename to es-app/assets/org.es_de.emulationstation-de.svg