summaryrefslogtreecommitdiffstats
path: root/tools/buildzip.pl
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2009-10-12 13:55:59 +0000
committerTeruaki Kawashima <teru@rockbox.org>2009-10-12 13:55:59 +0000
commit4d900bd786b37a2d9a5bdff0d557c667d6d897ba (patch)
treec481ab7a733ad2c6f5617a554afa56e208c0093c /tools/buildzip.pl
parent7a5904cf1c7fbe27bdb383322d0c45eebb401f33 (diff)
downloadrockbox-4d900bd786b37a2d9a5bdff0d557c667d6d897ba.tar.gz
rockbox-4d900bd786b37a2d9a5bdff0d557c667d6d897ba.zip
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
Diffstat (limited to 'tools/buildzip.pl')
-rwxr-xr-xtools/buildzip.pl1
1 files changed, 1 insertions, 0 deletions
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") {