add missing icon resizing in replace-icons
When replacing icons in an exe file, if the icon is smaller than the target size and it has an alpha mask it is not resized which lead to an error.
This commit is contained in:
parent
0a5f1a21a6
commit
3fdd834c6c
|
@ -243,7 +243,7 @@
|
|||
(let ([mask (cvt mask)])
|
||||
(build-ico exe-ico
|
||||
(if has-alpha?
|
||||
image
|
||||
(cvt image)
|
||||
(mask->alpha (cvt image) mask))
|
||||
mask
|
||||
#t)))))))))])
|
||||
|
|
Loading…
Reference in New Issue
Block a user