mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
ES-DE doesn't like gamelists in RO apparently
This commit is contained in:
parent
f8aac040f6
commit
42743eeaac
|
@ -1716,6 +1716,11 @@ easter_eggs() {
|
|||
cp -fv "$new_splash_file" "$current_splash_file" # Deploy assigned splash screen
|
||||
}
|
||||
|
||||
tools_init() {
|
||||
mkdir -pv /var/config/emulationstation/.emulationstation/gamelists/tools/
|
||||
cp -fv /app/retrodeck/tools-gamelist.xml /var/config/emulationstation/.emulationstation/gamelists/tools/gamelist.xml
|
||||
}
|
||||
|
||||
start_retrodeck() {
|
||||
echo "Checking to see if today has a surprise..."
|
||||
easter_eggs
|
||||
|
|
|
@ -1080,7 +1080,7 @@ modules:
|
|||
- mkdir -p /app/tools
|
||||
- cp tools/configurator.sh /app/tools/configurator.sh
|
||||
- chmod +x /app/tools/configurator.sh
|
||||
- cp es-configs/tools-gamelist.xml /app/tools/gamelist.xml
|
||||
- cp es-configs/tools-gamelist.xml /app/retrodeck/tools-gamelist.xml
|
||||
|
||||
# Function libraries
|
||||
- mkdir -p /app/libexec
|
||||
|
|
|
@ -95,6 +95,7 @@ post_update() {
|
|||
|
||||
# The following commands are run every time.
|
||||
|
||||
tools_init
|
||||
update_splashscreens
|
||||
update_rd_conf
|
||||
) |
|
||||
|
|
Loading…
Reference in a new issue