mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
SPLASHES: fixed splashes directory, again
This commit is contained in:
parent
60fd449b46
commit
7dd5e618dc
|
@ -539,10 +539,9 @@ update_splashscreens() {
|
||||||
# This script will purge any existing ES graphics and reload them from RO space into somewhere ES will look for it
|
# This script will purge any existing ES graphics and reload them from RO space into somewhere ES will look for it
|
||||||
# USAGE: update_splashscreens
|
# USAGE: update_splashscreens
|
||||||
|
|
||||||
rm -rf /var/config/ES-DE/ES-DE/resources/graphics
|
rm -rf /var/config/ES-DE/resources/graphics
|
||||||
rsync -rlD --mkpath "/app/retrodeck/graphics/" "/var/config/ES-DE/ES-DE/resources/graphics/"
|
rsync -rlD --mkpath "/app/retrodeck/graphics/" "/var/config/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() {
|
deploy_helper_files() {
|
||||||
|
|
Loading…
Reference in a new issue