win-shim
win-shim copied to clipboard
Fix ugly icon of the generated shim
This PR fixes #12. Basically it makes two small changes:
- Copy icon groups from the input executable in addition to ordinary icons:
raw_copy(other, RT_GROUP_ICON);
- 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.