zip up the output after doing all the skins

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26403 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-05-30 02:32:24 +00:00
parent f9f6f904a8
commit d24cc39c75

View file

@ -44,9 +44,9 @@ foreach (@files)
`./skinupdater $args $file $out`;
`diff -u $file $out >> $tmp/$theme_name.diff`;
`mv $out $file`;
`cd $outdir && zip -r $tmp/$theme_name.zip .`;
}
`cd $outdir && zip -r $tmp/$theme_name.zip .`;
system("rm -Rf $outdir");