mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 12:35:39 +00:00
Add missing ES config folder to manifest
Merge pull request #259 from icenine451/cooker-0.6.2b-icenine451
This commit is contained in:
commit
a1dbb91a93
|
@ -1038,8 +1038,9 @@ modules:
|
|||
buildsystem: simple
|
||||
build-commands:
|
||||
|
||||
# Initializing retrodeck config folder
|
||||
# Initializing retrodeck and emulationstation config folders
|
||||
- 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
|
||||
- rm -rf /app/share/emulationstation/resources/systems/unix/es_find_rules.xml
|
||||
|
|
Loading…
Reference in a new issue