Skip to content

19.15.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@develar develar released this 09 Jul 18:33
· 2057 commits to master since this release
2316381

No more difference in the handling files or extraFiles file specs (file renaming in the files not yet supported, but if need, file issue). Now you can use from and to in the file spec, that allows you to avoid symlinks or copy-webpack-plugin or another explicit file copying solution. Now you can copy files from any directory to any directory on the fly (for example, in case of asar, files will be packed into archive directly without intermediate copies).

This feature allows to easy build electron-webpack projects.

Features

  • Squirrel.Windows: Add the possibility to specify setup exe name in squirrel windows packaging (217fc0e), closes #1802
  • Advanced file copying supported for "files" (2316381), closes #1096