fourlastor-alexandria / construo

A gradle plugin to cross compile jvm projects
MIT License
16 stars 1 forks source link

Document how to add App Icon #24

Closed alexstyl closed 8 months ago

alexstyl commented 10 months ago

I could not find a way to choose an app icon for my Mac icon. Is this supported?

If yes, please add in docs.

If not, please support it

fourlastor commented 10 months ago

It's currently possible via the macIcon attribute in the construo block, but I plan on changing it so it's in the target block instead:

construo {
  macIcon.set(project.file("path/to/icon.icns")
}
alexstyl commented 10 months ago

Updated the title to document instead