I don't know what file to use to change the default icon of Electron app. Please share your knowledge. Thank you !
Follow the Electron Builder Icon guide.
@TrustNguyen hello, did you manage to get this working ? I spend one entire day trying to get this working, without any success :(
@YoussF Check out this demo repo i made: https://github.com/nklayman/electron-icon-example
@nklayman Thank you !
No problem, notice the electron:generate-icon script in the package.json.
Most helpful comment
No problem, notice the
electron:generate-iconscript in thepackage.json.