add app icon for mac app bundle builds
This commit is contained in:
parent
58958b7219
commit
621f7185bd
BIN
Llanfair.icns
Normal file
BIN
Llanfair.icns
Normal file
Binary file not shown.
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue