Skip to content

Commit c84b820

Browse files
committed
[Makefile] update win-ico target to maintain alpha transparency in ico image conversion
1 parent 26305f5 commit c84b820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ build-macos-installer:
5050
# -----------------------
5151

5252
win-ico:
53-
magick convert icons/1024.png -alpha off -resize 256x256 \
53+
magick convert icons/1024.png -alpha on -resize 256x256 \
5454
-define icon:auto-resize="256,128,96,64,48,32,16" \
5555
icons/Icon.ico
5656

0 commit comments

Comments
 (0)