Made scons recipe properly resize 205x205 images to 80x80.
This commit is contained in:
parent
48274249df
commit
8262b0a694
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ def InstallFilteredHook(target, source, env):
|
|||
if status == 0:
|
||||
for (large, small) in (("1024x768","320x240"),
|
||||
("640x480","240x180"),
|
||||
("205x205","240x180")):
|
||||
("205x205","80x80")):
|
||||
if large in output:
|
||||
command = command % (small, source, target)
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue