I have build an electron app that works fine with electron .
. When I build that app using electron-packager
it is working fine on Mac. However, I need that app to run on Linux. & I have ubuntu for OS.
when I run electron-packager . --out=\"build\" --overwrite --icon=\"icons/icon.png\"
it builds the files and executable. But it won't open or execute. Double click would give me a popup window says Couldn't display the app. No application installed for shared library
.
Few things to notice that -
- It does not show the icon it suppose to show.
- I have checked the permission of that file by right click - it
Allow executing file as program
is checked.
I have done all the googling I can. no luck. I have tried electron-builder
npm as well. NO luck. I really need little help here plz. Really stuck, feels like I have nowhere to go. Help please.