- Fix: Only set
windowsSign
if indicated
- Fix: Require correct exe-icon-extractor package
- Feature: Codesigning can now be performed with the
windowsSign
property and will be performed by@electron/windows-sign
. Existing codesign properties are deprecated but still supported. - Feature: Associate extensions with exe (thanks to @lafleurh).
- Fix: Better support for semantic version to Windows version (thanks to @lafleurh).
- Updated various dependencies (non-breaking).
- Upgraded developer dependencies.
- Breaking: Upgraded dependencies, now requiring Node v14+
- Add localization support
- Write toast activator CLSID in shortcut
- Make
INSTALLLEVEL
&REBOOT
configurable (thanks to @HKrausAxon) - Allow passing of additional parameters to
light.exe
(thanks to @Qazzian) - Fix Readme typos (thanks to @pvenky and @trias)\
- Major upgrade to the created MSIs, allowing the creation of MSIs that support auto-updates
- Numerous bug fixes
- Feature: Raise error when trying to sign without a
certificateFile
- Feature: Allow custom WiX extensions
- Fix CNDL0014: Avoid illegal starting characters & ensure id uniqueness
- Fix: Peer directories were incorrectly identified as children
- Infra: Update dependencies
- Infra: Require Node v8