Releases: adopted-ember-addons/ember-electron
Ember-Electron with Ember-Inspector!
v0.5.3 0.5.3
Let's copy all the files!
This is a small release with little code change, but it introduces an important addition: The copy-files
configuration, accepting an array of glob patterns, allows users to define exactly which non-Ember files make it into the final packaged Electron build.
Previously, only electron.js
and package.json
were copied. If you don't intend to copy additional files, no change is required.
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