I'm trying to create a native OS X app bundle for a JavaFX app using IntelliJ IDEA 14. I have set up an "Artifact" with the native bundle option set to dmg. This does create a native bundle, but I cannot seem to find a way to change the application icon. How should I go about achieving this?
I have tried placing it in the following directories based on other answers:
src/main/deploy/packages/macosx/project_name.icns
src/project_package_path/deploy/packages/project_name.icns
I cannot seem to find definitive information on IntelliJ's website on changing the icon either.