QUIT RETRODECK added on menu

This commit is contained in:
Xargon Wan 2022-05-02 22:30:22 +09:00
parent d644052823
commit 2d00f71ac2

View file

@ -135,6 +135,10 @@ modules:
- type: git
url: https://gitlab.com/leonstyhre/emulationstation-de.git
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