win-shim icon indicating copy to clipboard operation
win-shim copied to clipboard

Fix ugly icon of the generated shim

Open kodemeister opened this issue 1 year ago • 2 comments

This PR fixes #12. Basically it makes two small changes:

  1. Copy icon groups from the input executable in addition to ordinary icons:
raw_copy(other, RT_GROUP_ICON);
  1. Remove the default umbrella icon from the shim project. This avoids weird leftovers or mixups of umbrella icon group with those copied from the input executable.

kodemeister avatar Aug 30 '23 12:08 kodemeister