counteragent / Camera-Control

PTZOptics Camera Control Software (Electron App)
GNU General Public License v3.0
36 stars 18 forks source link

Electron Build Uses Wrong Icon #5

Closed nlvw closed 6 years ago

nlvw commented 6 years ago

After building the electron application the PTZOptics icon doesn't get used. Instead it sets the electron icon for the built exe.

Commands Used To Build (Win10 x64): npm install npm install electron-packager -g electron-packager . PTZOptics

image

Expected Icon located in assets and build directories: image

nlvw commented 6 years ago

Retested this with electron-builder and it packaged correctly with the right icon.