Include .ucl files for players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5448 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b7638be390
commit
bdba1d00c0
1 changed files with 9 additions and 8 deletions
|
@ -104,14 +104,15 @@ sub buildzip {
|
|||
}
|
||||
}
|
||||
|
||||
if($image) {
|
||||
# image is blank when this is a simulator
|
||||
if( filesize("rockbox.ucl") > 1000 ) {
|
||||
`cp rockbox.ucl .rockbox/`; # UCL for flashing
|
||||
}
|
||||
if( filesize("rombox.ucl") > 1000) {
|
||||
`cp rombox.ucl .rockbox/`; # UCL for flashing
|
||||
}
|
||||
}
|
||||
|
||||
if($image) {
|
||||
# image is blank when this is a simulator
|
||||
if( filesize("rockbox.ucl") > 1000 ) {
|
||||
`cp rockbox.ucl .rockbox/`; # UCL for flashing
|
||||
}
|
||||
if( filesize("rombox.ucl") > 1000) {
|
||||
`cp rombox.ucl .rockbox/`; # UCL for flashing
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue