mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
plymouth-lite: add support for project based splash screens
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
62a00b6629
commit
616d948ccc
@ -9,7 +9,11 @@ if [ "$2" = initramfs ]; then
|
|||||||
cp $PKG_BUILD/ply-image $INSTALL/initramfs/bin
|
cp $PKG_BUILD/ply-image $INSTALL/initramfs/bin
|
||||||
|
|
||||||
mkdir -p $INSTALL/initramfs
|
mkdir -p $INSTALL/initramfs
|
||||||
cp $PKG_DIR/splash/Splash.png $INSTALL/initramfs/splash.png
|
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then
|
||||||
|
cp $PROJECT_DIR/$PROJECT/filesystem/splash/splash.png $INSTALL/initramfs/
|
||||||
|
else
|
||||||
|
cp $PKG_DIR/splash/splash.png $INSTALL/initramfs/
|
||||||
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Before Width: | Height: | Size: 292 KiB After Width: | Height: | Size: 292 KiB |
Loading…
x
Reference in New Issue
Block a user