mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Minor update to the package description.
Also a small change to the Unix desktop entry.
This commit is contained in:
parent
11ccba9d19
commit
08aec29e4a
|
@ -211,8 +211,8 @@ 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 front-end for browsing and launching games from your multi-platform game collection.")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "EmulationStation Desktop Edition is a front-end for browsing and launching games from your multi-platform game collection.")
|
||||
set(CPACK_PACKAGE_DESCRIPTION "ES-DE is a feature-rich gaming front-end that is intended to be used in conjunction with emulators such as the RetroArch cores.")
|
||||
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")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Version=1.0.0-beta
|
||||
Name=EmulationStation Desktop Edition
|
||||
GenericName=EmulationStation
|
||||
Type=Application
|
||||
|
|
Loading…
Reference in a new issue