stefanGaina / Icon-Changer

Tool to change an executable's icon for Windows.
Other
1 stars 2 forks source link

Change also smaller icon size #1

Open GrzegorzWalewski opened 11 months ago

GrzegorzWalewski commented 11 months ago

Hi, I added two lines, that changes icon also on smaller .exe icons.

stefanGaina commented 10 months ago

Hello @GrzegorzWalewski , I'm sorry for the late response. I do not encounter this issue and I tested with a 1x1 icon. Could you please share the steps you made so maybe I could reproduce it?

GrzegorzWalewski commented 10 months ago

Hi, no problem :D I recorded what I meant https://www.youtube.com/watch?v=9g173bMNp6A. As You can see on the video, when i change icon size it changes back to the old one.

stefanGaina commented 10 months ago

I got to reproduce this, but it was not fixed after adding the 2 extra lines of code. I think this happens after changing the same executable twice with different icons, because the executable that I am using is changing size correctly. I will have to investigate some more.