mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Add missing ES config folder to manifest
This commit is contained in:
parent
f452faa2bf
commit
db2d03cf42
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue