capacitor-community / electron

Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Electron platform! 🖥️
https://capacitor-community.github.io/electron/
MIT License
318 stars 58 forks source link

not able to change default app icons. #235

Closed Saqib92 closed 1 year ago

Saqib92 commented 1 year ago

Describe the bug Not able to update App Icons. (i Change assets/appIcon.ico and assets/appIcon.png)

Expected behavior After Change images in assets folder should update app icons to new images on next Build.

Desktop (please complete the following information):

working fine on Windows Build.

emeren commented 1 year ago

I have same problem :(

Saqib92 commented 1 year ago

Still no updates :(

Saqib92 commented 1 year ago

Found a solution. it worked.

go to electron folder and update : electron-builder.config.json

"mac":{
   "icon": "assets/appIcon.png"
}