I’m making an iMessage like clone, so I’m hoping t...
# tornadofx
k
I’m making an iMessage like clone, so I’m hoping to make it look more mac-like. If you use
macAppBundler
, here’s all the code you’ll need:
Copy code
macAppBundle {
    mainClassName = "ui.MainKt"
    icon = "branding/icon.icns"
    bundleJRE = true
    backgroundImage = "branding/sample.png"
    appName = "iMessage"
}