It would be great if the shim for kitty.exe would have the correct icon from the original program.
this works for other programs, but not for kitty.

The package itself don't generate the shim, and it is chocolatey itself that generates shims for any .exe files located in the package.
I have no idea why the icon don't show up though, could be that the .exe don't have an icon and thus not detected by the shim utility.
I'll add this as an Up for Grabs as there probably is something we can do to add an icon (like specifically calling a function to generate the shim with a separate icon).
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
KiTTY has many icons as you can see on that page.
The first one is the official one:
.
I'm not sure, but I guess it has been an issue with the compressor binaries that I use: UPX.
Can you test with the KiTTY uncompressed version please ?
Looks better.
At least Windows is able to show/extract the icons.

But I don't know to proceed with this information.
I guess it would not make sense to renounce compression just for a few chocolate users. 馃槃
@CWempe I think it is fine to change the package to use the uncompressed edition.
TBH, this change should probably have been done quite some time ago (I personally never got around to it), and since it is just a 1,3-1,4 MB difference, it shouldn't matter too much to the majority of users.
I will be updating the script that checks for updated versions of kitty later this week to use the uncompressed edition, however, if you want to provide a PR to update it instead then feel free to do so.
For your information: compressed version, has sometimes issues with some anti-virus. I suggest you to use the uncompressed version for that reason too. Don't forget to add the kitty.ini configuration file in the same directory where kitty.exe is, with the right save mode selection:
savemode=dir for portable modesavemode=reg for classic mode (in registry)The changes to use the uncompressed edition of kitty is now added to the repository, I have not pushed a fix version to the chocolatey repository but will be available with the next time a new version of kitty is available.
Most helpful comment
For your information: compressed version, has sometimes issues with some anti-virus. I suggest you to use the uncompressed version for that reason too. Don't forget to add the
kitty.iniconfiguration file in the same directory wherekitty.exeis, with the right save mode selection:savemode=dirfor portable modesavemode=regfor classic mode (in registry)