mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
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:
parent
f9f6f904a8
commit
d24cc39c75
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue