Skip to content

v5.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@develar develar released this 21 Jun 19:52

<a name"5.6.0">

5.6.0 (2016-06-21)

osx in the build is deprecated. Please move all DMG specific options to dmg and rest to mac. It is not breaking change — your existing configuration will continue to work, just warning will be printed.

Why? Because it is not clear why osx.icon doesn't change app icon. Now mac.icon set app icon (not recommended, use convention — file build/icon.icns) and dmg.icon set dmg icon (if not specified, app icon used).

And yes — Apple renamed OS X to MacOS, so it was right moment to deprecate osx (so, it is easy to preserve backward compatibility — e.g. osx.icon still set DMG icon as before).

Features

  • specified icon not being used when generating osx build (74388bbe)