Skip to content

Commit

Permalink
Splash
Browse files Browse the repository at this point in the history
  • Loading branch information
kiteretro committed Jan 10, 2019
1 parent 3a9f241 commit a14b4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ execute "cp $BINDIR/settings/alsa-base.conf $DEST/etc/modprobe.d/alsa-base.conf"
# Copy autostart
if ! exists "$DEST/opt/retropie/configs/all/autostart_ORIGINAL.sh" ; then
execute "mv $DEST/opt/retropie/configs/all/autostart.sh $DEST/opt/retropie/configs/all/autostart_ORIGINAL.sh"
execute "echo '/home/pi/$GITHUBPROJECT/settings/kr_logo.png' > $DEST/etc/splashscreen.list"
execute "cp $BINDIR/settings/splashscreen.list $DEST/etc/splashscreen.list"
fi
execute "cp $BINDIR/settings/autostart.sh $DEST/opt/retropie/configs/all/autostart.sh"
execute "chown $USER:$USER $DEST/opt/retropie/configs/all/autostart.sh"
Expand Down
1 change: 1 addition & 0 deletions settings/splashscreen.list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/home/pi/Circuit-Sword-Lite/settings/kr_logo.png

0 comments on commit a14b4e7

Please sign in to comment.