[Improvement] Resolution of Desktop Icon
brokoler opened this issue · 4 comments
I've tried. I found the highest resolution that I could get. If I open the image in my photo viewer, it looks fine, but Visual Studio makes it pixelated for some reason. I will try to find someting for that too.
I see. :)
The workaround on my system: I replaced the icon of the shortcut with the official Chromium icon. Just went into the application folder and choosed "chrome.exe".
Cool. The problem is that it will replace the workaround shortcut after a new version is installed, because Hibbiki's Chromium installer replaces the Updater's shortcut to the original chrome.exe's shortcut's location. That's why I made the FixShortcut.cs class to replace it (again) with the updater's shortcut. A bit complicated to get it working with Hibbiki's installer, but you can always contribute or change the code to your needs.
Also, your workaround might got me an idea to fix the pixelated icon, so thanks a lot! 😁
Alright, your workaround was implemented into the code. The icon is not pixelated now. The improvement will be avalible in the next Release. 😀