Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0123456789012345678901234567890123456789012345678901234567890123456789 This updates the correct field rather than assigning the new max icon ID to a local variable. Previously, if you had set an icon with ten images and then later set a new icon with only one image, nine old images would linger in the executable. If you revised your icon over time and reduced the number of images each time, old icons from multiple different passes would linger in the executable. This bug was introduced by af37f5f which landed after the fix to a similar bug that was described in issue electron#27.
- Loading branch information