fix: windows icon size not correct in explorer

This commit is contained in:
Gary Wang 2020-07-22 19:02:23 +08:00
parent 6009c2682e
commit 20be5e6f4f
2 changed files with 1 additions and 1 deletions

View File

@ -56,5 +56,5 @@ RESOURCES += \
resources.qrc resources.qrc
# Generate fron svg: # Generate fron svg:
# magick convert -background none ./app-icon.svg -define icon:auto-resize=64,48,32,16 app-icon.ico # magick convert -background none app-icon.svg -define icon:auto-resize="16,32,48,64,128,256" app-icon.ico
RC_ICONS = icons/app-icon.ico RC_ICONS = icons/app-icon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 212 KiB