mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Changed the program description again.
This commit is contained in:
parent
ee243dc37b
commit
755d8bcd56
|
@ -212,7 +212,7 @@ include(InstallRequiredSystemLibraries)
|
|||
# General CPack settings.
|
||||
set(CPACK_PACKAGE_NAME "emulationstation-de")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "An emulator front-end with controller navigation and theming support.")
|
||||
set(CPACK_PACKAGE_DESCRIPTION "EmulationStation Desktop Edition is a feature-rich front-end for browsing and launching games from your multi-platform retro game collection.")
|
||||
set(CPACK_PACKAGE_DESCRIPTION "EmulationStation Desktop Edition is a front-end for browsing and launching games from your multi-platform game collection.")
|
||||
if(APPLE)
|
||||
# Shorter line length license file to be able to fit inside the drag-and-drop installer window without introducing extra line breaks.
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/assets/EmulationStation-DE_LICENSE_macOS")
|
||||
|
|
Binary file not shown.
|
@ -29,7 +29,7 @@ MAN_INCLUDE="
|
|||
emulationstation - EmulationStation Desktop Edition
|
||||
|
||||
[DESCRIPTION]
|
||||
EmulationStation Desktop Edition is a feature-rich front-end for browsing and launching games from your multi-platform retro game collection.
|
||||
EmulationStation Desktop Edition is a front-end for browsing and launching games from your multi-platform game collection.
|
||||
|
||||
It's intended to be used in conjunction with emulators such as the RetroArch cores.
|
||||
|
||||
|
|
Loading…
Reference in a new issue