mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 13:35:39 +00:00
ES-DE: es_find_rules and es_systems are no more managed by this repo as the management is moved into our ES-DE repo.
This commit is contained in:
parent
28d2b01cea
commit
ed8b5fd763
|
@ -25,6 +25,4 @@ sudo cp -vfr "retrodeck.sh" "$app/bin/"
|
|||
sudo cp -vfr "functions/"** "$app/libexec/"
|
||||
sudo cp -vfr "tools" "$app"
|
||||
sudo cp -vfr "emu-configs/"** "$app/retrodeck/emu-configs/"
|
||||
sudo cp -vfr "es-configs/es_find_rules.xml" "$app/share/es-de/resources/systems/linux/"
|
||||
sudo cp -vfr "es-configs/es_systems.xml" "$app/share/es-de/resources/systems/linux/"
|
||||
sudo cp -vfr "res/binding_icons" "$app/retrodeck/binding_icons"
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -417,9 +417,7 @@ modules:
|
|||
- '*.a'
|
||||
- '*.la'
|
||||
|
||||
# When updating this module remember to check those:
|
||||
# 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
|
||||
# When updating this module remember to check those on the main repos:
|
||||
- name: ES-DE
|
||||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
|
@ -1250,11 +1248,6 @@ modules:
|
|||
# Initializing RO retrodeck config folder
|
||||
- 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/es-de/resources/systems/linux/es_find_rules.xml
|
||||
- cp es-configs/es_find_rules.xml /app/share/es-de/resources/systems/linux/
|
||||
- rm -rf /app/share/es-de/resources/systems/linux/es_systems.xml
|
||||
- cp es-configs/es_systems.xml /app/share/es-de/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