Updated Windows app icon - #101
Conversation
The .icon file now contains different versions at 16, 24, 32, 48, 64, 128, and 256 pixels to avoid issues with Windows auto-scaling the icon.
|
@wojtekn I think the pixelated icon issues are due to Windows auto-scaling the icon. I’ve redrawn the icon at different sizes and combined them all into the I'm not sure how to update the file at |
|
I've added a diff: D148002-code |
|
It didn't work, it seems it used the smallest one in all places: It shouldn't work that way based on what Construct your Windows app's icon say:
Is it possible that Windows expects a different order of those icons? Or maybe icons were resized, but canvas size was kept the same? |
I think this is what happened. I resized the icons in Figma, but it was still exporting them all at 256 x 256. I’ve pushed an updated |
|
Thanks @matt-west ! I updated the diff with the new icon as well. I will test it on Windows today. |
|
Thanks @matt-west . It's much better now.
|
|
Excellent! Thanks for testing @wojtekn |



Fixes https://github.com/Automattic/dotcom-forge/issues/6994
Proposed Changes
studio-app-icon.icofile now contains different versions at 16, 24, 32, 48, 64, 128, and 256 pixels to avoid issues with Windows auto-scaling the icon.Testing Instructions
Pre-merge Checklist