QUIT RETRODECK added on menu

This commit is contained in:
Xargon Wan 2022-05-02 22:30:22 +09:00
parent 673518dc92
commit d3c429a417

View file

@ -135,6 +135,10 @@ modules:
- type: git - type: git
url: https://gitlab.com/leonstyhre/emulationstation-de.git url: https://gitlab.com/leonstyhre/emulationstation-de.git
branch: 3cb464c7adcea8d020cdff92803c64b7f72fb443 branch: 3cb464c7adcea8d020cdff92803c64b7f72fb443
- type: shell
commands:
- sed -i 's/QUIT EMULATIONSTATION/QUIT RETRODECK/g' es-app/src/guis/GuiMenu.cpp
#- sed -i 's/"EMULATIONSTATION-DE V" + Utils::String::toUpper(PROGRAM_VERSION_STRING)/"RetroDECK v--RETRODECKVERSION--, ES-DE v" + Utils::String::toUpper(PROGRAM_VERSION_STRING)/g' es-app/src/guis/GuiMenu.cpp
# ES-DE - END # ES-DE - END