Icons for Electron

Setting the icons needed for an App, I have no problems for iOS and Android, but I don’t know what size should I use for Electron (App and Installer)
Does anyone know how to do?
Thank you

We use 64x64 for the icon and usually leave it within the root directory (you can chuck it in any directory you wish of course). Works for both the app and the installer. You can also specify an online icon if required and call directly from the domain.

Thank You

1 Like