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

Hardcoded image size #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Rather than hardcoded background image size, you might like to get the real 
image dimensions with this command line:

sips -g pixelHeight -g pixelWidth ${DMG_BACKGROUND_IMG}

and then parsing out the values you need from the output...

Original issue reported on code.google.com by aristede...@gmail.com on 16 Jun 2014 at 11:43

GoogleCodeExporter commented 9 years ago

Good idea.

Original comment by crotwell@seis.sc.edu on 17 Jun 2014 at 12:49

GoogleCodeExporter commented 9 years ago
done in 2.1.0

Original comment by crotwell@seis.sc.edu on 16 Mar 2015 at 2:48