mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc: show XBMC splash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
23b0220008
commit
8dcc5c97b8
@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<advancedsettings>
|
<advancedsettings>
|
||||||
<splash>false</splash>
|
|
||||||
<showexitbutton>false</showexitbutton>
|
<showexitbutton>false</showexitbutton>
|
||||||
<cputempcommand>cputemp</cputempcommand>
|
<cputempcommand>cputemp</cputempcommand>
|
||||||
<gputempcommand>gputemp</gputempcommand>
|
<gputempcommand>gputemp</gputempcommand>
|
||||||
|
@ -64,7 +64,7 @@ rm -rf $ROOT/$INSTALL/usr/share/xbmc/addons/visualization.milkdrop
|
|||||||
|
|
||||||
# overriding Splash image
|
# overriding Splash image
|
||||||
mkdir -p $INSTALL/usr/share/xbmc/media
|
mkdir -p $INSTALL/usr/share/xbmc/media
|
||||||
rm -rf $INSTALL/usr/share/xbmc/media/Splash.png
|
# rm -rf $INSTALL/usr/share/xbmc/media/Splash.png
|
||||||
# if [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then
|
# if [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then
|
||||||
# cp $PROJECT_DIR/$PROJECT/splash/splash.png $INSTALL/usr/share/xbmc/media/Splash.png
|
# cp $PROJECT_DIR/$PROJECT/splash/splash.png $INSTALL/usr/share/xbmc/media/Splash.png
|
||||||
# else
|
# else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user