Electron Releases - v15.0.0-beta.6

npm install electron@v15.0.0-beta.6
yarn add electron@v15.0.0-beta.6
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

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