Skip to content

We'll package your app!

Compare
Choose a tag to compare
@felixrieseberg felixrieseberg released this 04 Jan 13:22
· 1757 commits to main since this release

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