Where in JMP do I set icon for Windows Exe file?

When I compile game for windows/linux/mac, it works fine, but Windows version lacks one important thing - icon. Despite the fact I despise Windows, I want my game to be perfect to fine details like this (I’ve got OCD, you know… It isn’t visible in normal life, I don’t wash my hands every 2 minutes, but it is visible when I start coding something).

Exe’s icon.

If you have the .exe option turned on then there should be a resources/launch4j sub-directory under your project. In there is an ico file that you can replace with your own.

Which icon?

Thanks!