magnemite
magnemite copied to clipboard
Create `dist` step to bundle electron app
How can electron be packaged as a single binary (or installable app)?
Some related docs:
https://electron.atom.io/docs/tutorial/application-distribution/
https://electron.atom.io/docs/tutorial/application-packaging/
I tested on Mac OS and this seems to work with https://www.electron.build/ I'll need to figure out how to distribute still if the builds are successful.
This does not seem to work on windows