Closed JohnPucciarelli closed 7 years ago
It seems like the electron-packager ignores the --icon=assets/icon.png flag for Linux builds. I removed this flag.
electron-packager
--icon=assets/icon.png
Also, I think that the icon path specified for the window is incorrect.
icon
I was able to get the dock icon to appear in Linux builds by modifying the icon path parameter and un-ignoring the assets directory.
assets
Thanks
Publised as v0.1.5
It seems like the
electron-packager
ignores the--icon=assets/icon.png
flag for Linux builds. I removed this flag.Also, I think that the
icon
path specified for the window is incorrect.I was able to get the dock icon to appear in Linux builds by modifying the
icon
path parameter and un-ignoring theassets
directory.