cordova-electron
cordova-electron copied to clipboard
Application executable displays the wrong icon
Bug Report
Problem
What is expected to happen?
When target=app
and target=installer
icons both are configured, installer file should display target=installer
icon and installed application executable file should have target=app
icon
What does actually happen?
Currently, target=app
icon is only visible in the title bar and application executable shows target=installer
icon
Information
I tried the officially documented way of configuring icons and I also tried copying necessary icons to build resources folder myself but neither way worked.
Command or Code
Environment, Platform, Device
Building and running on Windows 10
Version information
Windows 10 Pro 1903 Cordova: 9.0.0 Cordova-electron: 1.1.0 Ionic: 3.9.2
Checklist
- [x] I searched for existing GitHub issues
- [x] I updated all Cordova tooling to most recent version
- [x] I included all the necessary information above