We'll package your app!
The major addition in this release is the 📦 package command, executed with ember electron:package
.
By default, the packager creates binaries for all platforms and architectures using your app's name and version as defined in package.json
. Under the hood, it uses the popular electron-packager module.
To create standalone binaries of your Ember App, simply run the following command.
ember electron:package
Also added:
- Minor bugfixes
- Better testing