Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
RunApp.groovy :
78 if (isMacOSX) {
79 javaOpts << "-Xdock:name=$
"
80 javaOpts << "-Xdock:icon=$
/media/griffon.icns"
81 }
Line 80 is the culprit. There's no configuration option to change this during dev time.
RunApp now assumes there is a <applicationFile>.icns file located at griffon-app/conf/dist/shared.
This setting can be overridden by defining a configuration flag in griffon-app/conf/BuildConfig.groovy
If neither of these two settings is available then the default icon (griffon.icns) will be used