From 25ca04f98d7feabc730c44f26ab716323cdef43c Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 9 Mar 2023 15:07:26 -0500 Subject: [PATCH] Easter Egg manifest fixes --- net.retrodeck.retrodeck.yml | 10 +++++----- res/extra-splashes/example-splash.svg | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 res/extra-splashes/example-splash.svg diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index dfd380c4..bf821b87 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -1051,11 +1051,11 @@ modules: - cp es-configs/es_settings.xml ${FLATPAK_DEST}/retrodeck/es_settings.xml # Logo, res, move graphics directory to mutable space so splash can be changed after build - - mv -f -t /var/config/emulationstation /app/share/emulationstation/resources/graphics - - ln -s /var/config/emulationstation/graphics /app/share/emulationstation/resources/graphics - - cp -f res/extra-splashes/* /var/config/emulationstation/graphics - - cp -f res/splash.svg /var/config/emulationstation/graphics/splash.svg - - cp -f res/splash.svg /var/config/emulationstation/graphics/splash-orig.svg + - mv -f -t ${FLATPAK_DEST}/emulationstation /app/share/emulationstation/resources/graphics + - ln -s ${FLATPAK_DEST}/emulationstation/graphics /app/share/emulationstation/resources/graphics + - cp -f res/extra-splashes/* ${FLATPAK_DEST}/emulationstation/graphics + - cp -f res/splash.svg ${FLATPAK_DEST}/emulationstation/graphics/splash.svg + - cp -f res/splash.svg ${FLATPAK_DEST}/emulationstation/graphics/splash-orig.svg - cp -f res/icon.svg /app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg # Tools diff --git a/res/extra-splashes/example-splash.svg b/res/extra-splashes/example-splash.svg new file mode 100644 index 00000000..0ce56577 --- /dev/null +++ b/res/extra-splashes/example-splash.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file