LinusU / node-appdmg

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

Make disk icns differ from app icns #125

Closed tresf closed 8 years ago

tresf commented 8 years ago

Hi from LMMS!

We're officially switching to appdmg with our 1.2 release and one major difference is that the disk image is the same as the app dmg. This is OK, but can cause confusion to users (as they may confuse the dmg with the app launcher).

The old (inferior) dmg utilities we used previously always defaulted to the standard mounted disk icon which from a UX perspective we find to be better -- less confusing.

Is there a way to default back to the old default disk image? Sorry if this is already documented, I couldn't find it in the docs. 👍

Here's our JSON file: @lmms/cmake/apple/package_apple.json.in

appdmg DMG icon: screen shot 2016-10-10 at 11 16 21 am

MacOS App icon: screen shot 2016-10-10 at 11 16 57 am

Default MacOS DMG icon screen shot 2016-10-10 at 11 16 58 am

develar commented 8 years ago

Just not set icon :)

LinusU commented 8 years ago

Hello! Glad to hear 🙌

I think that you should be able to just omit the icon in the specification. It doesn't affect the app icon, only the dmg icon.

tresf commented 8 years ago

I think that you should be able to just omit the icon in the specification. It doesn't affect the app icon, only the dmg icon.

🤕 Of course! Testing now. :)

tresf commented 8 years ago

🎉