Electron v15.0.0-beta.6

npm
npm install --save-dev electron@15.0.0-beta.6
yarn
yarn add --dev electron@15.0.0-beta.6
Google ChromeChromium
94.0.4606.31
Node.jsNode.js
16.5.0
V8V8
9.4.146.10

Release Notes

Features

  • Added an Electron Fuse for enforcing code signatures on the app.asar file your application loads. Requires the latest asar module. #30900

Fixes

  • Fixed a crash when selecting and opening files in a native file dialog on Mac. #30936