mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(Linux/Unix) Changed the application summary from 'Emulator Frontend' to 'Gaming Frontend'
This commit is contained in:
parent
acecc5bea4
commit
1bfb01ee83
|
@ -294,8 +294,8 @@ include(InstallRequiredSystemLibraries)
|
||||||
# General CPack settings.
|
# General CPack settings.
|
||||||
|
|
||||||
set(CPACK_PACKAGE_NAME es-de)
|
set(CPACK_PACKAGE_NAME es-de)
|
||||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Emulator frontend")
|
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Gaming frontend")
|
||||||
set(CPACK_PACKAGE_DESCRIPTION "ES-DE (EmulationStation Desktop Edition) is a frontend for browsing and launching games from your multi-platform game collection.")
|
set(CPACK_PACKAGE_DESCRIPTION "ES-DE is a frontend for browsing and launching games from your multi-platform collection.")
|
||||||
set(CPACK_PACKAGE_VERSION ${ES_VERSION})
|
set(CPACK_PACKAGE_VERSION ${ES_VERSION})
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>org.es_de.frontend</id>
|
<id>org.es_de.frontend</id>
|
||||||
<name>ES-DE</name>
|
<name>ES-DE</name>
|
||||||
<summary>Emulator frontend</summary>
|
<summary>Gaming frontend</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>ES-DE (EmulationStation Desktop Edition) is a frontend for browsing and
|
<p>ES-DE is a frontend for browsing and launching games from your
|
||||||
launching games from your multi-platform game collection.</p>
|
multi-platform collection.</p>
|
||||||
</description>
|
</description>
|
||||||
<launchable type="desktop-id">org.es_de.frontend.desktop</launchable>
|
<launchable type="desktop-id">org.es_de.frontend.desktop</launchable>
|
||||||
<categories>
|
<categories>
|
||||||
|
|
|
@ -8,5 +8,5 @@ StartupNotify=true
|
||||||
Hidden=false
|
Hidden=false
|
||||||
Categories=Game;Emulator;
|
Categories=Game;Emulator;
|
||||||
Name=ES-DE
|
Name=ES-DE
|
||||||
GenericName=Emulator Frontend
|
GenericName=Gaming Frontend
|
||||||
Keywords=emulator;emulation;front-end;frontend;
|
Keywords=emulator;emulation;front-end;frontend;
|
||||||
|
|
Loading…
Reference in a new issue