LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.7k stars 152 forks source link

App icon missing from .dmg on some OSX systems #127

Closed jordajm closed 8 years ago

jordajm commented 8 years ago

This tool is working extremely well except for one issue:

When some test users download our .dmg, they see a default OSX app icon instead of our app's logo icon. It always looks good locally and for some users the icon shows up fine, but for others it doesn't.

I haven't found any similarities between users who can't see the icon - they're all on macbooks with various OS versions.

For the icon, I'm using a .icns file as spec'd in the docs.

Here is a link to the .dmg:

Any ideas?

jordajm commented 8 years ago

Looks like this was being caused by the app builder tool instead of appdmg - my mistake!