From 4d900bd786b37a2d9a5bdff0d557c667d6d897ba Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Mon, 12 Oct 2009 13:55:59 +0000 Subject: New plugin theme_remove which offers a way to remove specified theme. See the manual for usage. Flyspray: FS#10187 Author: myself, manual by David Kauffmann git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23130 a1c6a512-1295-4272-9138-f99709370657 --- tools/buildzip.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/buildzip.pl b/tools/buildzip.pl index a3ac75fa30..09d6d87290 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -357,6 +357,7 @@ STOP if($bitmap) { copy("$ROOT/apps/plugins/sokoban.levels", "$rbdir/rocks/games/sokoban.levels"); # sokoban levels copy("$ROOT/apps/plugins/snake2.levels", "$rbdir/rocks/games/snake2.levels"); # snake2 levels + copy("$ROOT/apps/plugins/rockbox-fonts.config", "$rbdir/rocks/viewers/"); } if(-e "$rbdir/rocks/demos/pictureflow.rock") { -- cgit v1.2.3