add app icon for mac app bundle builds

This commit is contained in:
Gered 2015-12-03 17:49:08 -05:00
parent 58958b7219
commit 621f7185bd
2 changed files with 1 additions and 0 deletions

BIN
Llanfair.icns Normal file

Binary file not shown.

View file

@ -33,4 +33,5 @@ macAppBundle {
mainClassName = 'org.fenix.llanfair.Llanfair' mainClassName = 'org.fenix.llanfair.Llanfair'
bundleJRE = false bundleJRE = false
javaProperties.put('apple.laf.useScreenMenuBar', 'true') javaProperties.put('apple.laf.useScreenMenuBar', 'true')
icon = 'Llanfair.icns'
} }