Skip to content

Let's copy all the files!

Compare
Choose a tag to compare
@felixrieseberg felixrieseberg released this 07 Feb 21:07
· 1747 commits to main since this release

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.