Skip to content

22.4.0

Compare
Choose a tag to compare
@develar develar released this 03 Mar 13:47
· 1172 commits to master since this release

All docker images electronuserland/builder were updated to include a recent version of NodeJS LTS version 12.16.1. If you use docker locally, don't forget to pull updated image: docker pull electronuserland/builder (or docker pull electronuserland/builder:wine and others).

Bug Fixes

  • builder-util: Retry flaky builder operations (b03f2c1), closes #4657
  • docker: osslsigncode with curl4 (4e454f8)
  • obtaining a certificate from the store when sha1 is not specified in the configuration (#4666) (07693b3)

Features

  • appx: add support for custom extensions in appmanifest.xml (6d7b25c), closes #4707
  • allow customization of bundleIdentifier for the new Electron 6+ renderer processes (#4692) (8b1cebc), closes #4691