How to Set a Custom Taskbar Icon for Your Electron Window
To change the icon of your desktop app; 1- Design an icon and save it as .png (you can design an icon here). 2-Copy and save the icon in your folder. 3- Update the createWindow function with the following code : Replace iconName with your icon’s file name.