Hello all,
I’m trying to evaluate electron for our needs which are as follows:
- OS X and Windows desktops platforms support
- ability to launch local external executable (our installer)
- support a rich UI, at least image background, image buttons, retina display etc.
The result should be a nice wrapper to our installation program (which will run in silent mode).
So, the first question is the electron is the right technology to support the minimal requirements above?
If yes, where can I find the example how to run the local executable? I was unable to find one…
And how can I pack the application to get a single .exe for Win or .app for Mac? I looked in electron distribution documentation, but was unable to achieve the desired result.
Thanks!