Currently, create-dmg assigns the icon that it generates both to the disk image volume, and to the DMG itself.
I think this is somewhat confusing, as the generated icon represents a volume, not a file.
This PR removes the code that assigns a custom icon to the DMG file.
Currently,
create-dmg
assigns the icon that it generates both to the disk image volume, and to the DMG itself. I think this is somewhat confusing, as the generated icon represents a volume, not a file.This PR removes the code that assigns a custom icon to the DMG file.