crotwell / gradle-macappbundle

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.
Apache License 2.0
95 stars 33 forks source link

Set title of DMG #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How do i set the title/name of the dmg?
now it is always "macApp"

Original issue reported on code.google.com by maescool on 24 Mar 2012 at 3:37

GoogleCodeExporter commented 9 years ago

Fixed in 1.0.5 by adding "appName", "dmgName" and "volumeName" so each of these 
can be configured.

Original comment by crotwell@seis.sc.edu on 2 Apr 2012 at 3:58