Reputation: 2613
I have created an two installer of java application using install4j. One for Windows system and one for Mac OS X.
Setup.exe file of windows installer have custom icon which I have given but mac os installer don't have icon which is provided by me even when installing application desktop shortcut also don't have the icon.
So, Can you please help me how to use custom icon for mac application installer.
My file is a png file of 32x32.
In window it is working perfectly but for mac it is not showing my icon on desktop shortcut as well as on application icon.
Am I need to give image with any specific size for mac ?
Please help me setting icon for mac.
Thanks.
Upvotes: 1
Views: 697
Reputation: 48090
You should add icons sizes 16x16, 32x32, 64x64 and 128x128 for optimal performance.
The desktop link icon will come from the icon that has been set for the launcher, not for the installer. install4j will generate ICNS icon files from these images. Alternatively, you can specify your own ICNS files in all icon configurations.
Upvotes: 0