I tried packaging a simple ElectronJS app i created using electron-builder and electron-packager which resulted in a file that is not runnable. when i click on the icon of the app, nothing happens, no errors and no running.
App is running fine locally and shows a notificaiton when starting as well as a tray icon.
Here is the full code if anyone wants to have a look:
https://github.com/ali-h2010/Electron-Huawei-Router-Unoffical-Utility
Note that i was able to package other sample apps so the issue most likely in my project only.