SPLASHES: fixed splashes directory

This commit is contained in:
XargonWan 2024-02-23 10:00:50 +01:00
parent 4c15fdce67
commit 91d67db37e

View file

@ -539,8 +539,10 @@ update_splashscreens() {
# This script will purge any existing ES graphics and reload them from RO space into somewhere ES will look for it
# USAGE: update_splashscreens
rm -rf /var/config/ES-DE/resources/graphics
rsync -rlD --mkpath "/app/retrodeck/graphics/" "/var/config/ES-DE/resources/graphics/"
rm -rf /var/config/ES-DE/ES-DE/resources/graphics
rsync -rlD --mkpath "/app/retrodeck/graphics/" "/var/config/ES-DE/ES-DE/resources/graphics/"
# NOTE: for some reason some stuff is still created in ES-DE/ES-DE so this path is correct
}
deploy_helper_files() {