mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Easter Egg manifest fixes
This commit is contained in:
parent
2644a3a0c7
commit
25ca04f98d
|
@ -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
|
||||
|
|
24
res/extra-splashes/example-splash.svg
Normal file
24
res/extra-splashes/example-splash.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in a new issue