Add missing ES config folder to manifest

This commit is contained in:
icenine451 2023-03-09 11:52:28 -05:00
parent d1c6ad5284
commit 2644a3a0c7

View file

@ -1038,8 +1038,9 @@ modules:
buildsystem: simple buildsystem: simple
build-commands: build-commands:
# Initializing retrodeck config folder # Initializing retrodeck and emulationstation config folders
- mkdir -p /var/config/retrodeck - mkdir -p /var/config/retrodeck
- mkdir -p /var/config/emulationstation
# Prep the ES-DE and RetroArch config files - I will have to SED/XMLSTARLET them soon # Prep the ES-DE and RetroArch config files - I will have to SED/XMLSTARLET them soon
- rm -rf /app/share/emulationstation/resources/systems/unix/es_find_rules.xml - rm -rf /app/share/emulationstation/resources/systems/unix/es_find_rules.xml