-
Notifications
You must be signed in to change notification settings - Fork 12
Windows icon does not scale correctly #38
Comments
Thanks for the report. |
I've just run The test application located at I've noticed the same icon issue has actually been reported as atom/node-rcedit/issues/4. Some alternative tools I've found: |
@BoatsAreRockable Cool and thanks a lot! |
I've just tested node-resourcehacker in my build process and it does indeed fix this :) |
Excellent. |
This issue should be fixed in |
It's a pity I can't include a copy of Resource Hacker because of it's license. |
This issue has not been resolved in 1.12.2 - now the icon is not changed at all from the default. I've looked at |
Hmm, not an expected behavior. Because I thought |
BTW there is a |
@BoatsAreRockable As |
@evshiron the tests fail with: However, I think I've found the issue and it is quite simple to fix. Please see my comment on your |
@BoatsAreRockable Ouch... Haven't been writing ECMAScript 5 for a long time and forget the naming stuff. Should be fixed in |
1.0.3 fixes this 👍 Thank you for fixing this so quickly! |
When my app is exported using the
win-ico
option the resulting executable has an icon that does not scale. This means that it appears pixelated when set as a desktop icon, pinned to the Windows 10 start screen or simply zoomed into in the File Explorer.Using Resource Hacker I can see that an icon group with different sizes has been generated; it just does not seem to be using them correctly.
The text was updated successfully, but these errors were encountered: