mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
ES-DE: fixed systems path from unix to linux
This commit is contained in:
parent
534084b59c
commit
8541752e2e
|
@ -407,7 +407,7 @@ modules:
|
|||
- '*.la'
|
||||
|
||||
# When updating this module remember to check those:
|
||||
# https://gitlab.com/es-de/emulationstation-de/-/blob/[VERSION]/resources/systems/unix/es_find_rules.xml
|
||||
# https://gitlab.com/es-de/emulationstation-de/-/blob/[VERSION]/resources/systems/linux/es_find_rules.xml
|
||||
# But we don't include them 1:1 as RetroDECK got some specific configs in some cases
|
||||
- name: ES-DE
|
||||
buildsystem: cmake-ninja
|
||||
|
@ -1302,10 +1302,10 @@ modules:
|
|||
- mkdir -p ${FLATPAK_DEST}/retrodeck
|
||||
|
||||
# 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
|
||||
- cp es-configs/es_find_rules.xml /app/share/emulationstation/resources/systems/unix/
|
||||
- rm -rf /app/share/emulationstation/resources/systems/unix/es_systems.xml
|
||||
- cp es-configs/es_systems.xml /app/share/emulationstation/resources/systems/unix/
|
||||
- rm -rf /app/share/emulationstation/resources/systems/linux/es_find_rules.xml
|
||||
- cp es-configs/es_find_rules.xml /app/share/emulationstation/resources/systems/linux/
|
||||
- rm -rf /app/share/emulationstation/resources/systems/linux/es_systems.xml
|
||||
- cp es-configs/es_systems.xml /app/share/emulationstation/resources/systems/linux/
|
||||
# These must be put in home folder, managed by retrodeck.sh
|
||||
- cp es-configs/es_settings.xml ${FLATPAK_DEST}/retrodeck/es_settings.xml
|
||||
- mv -f -t ${FLATPAK_DEST}/retrodeck es-configs/rd_prepacks
|
||||
|
|
Loading…
Reference in a new issue