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
Release Notes
Features
Added an Electron Fuse for enforcing code signatures on the
app.asar
file your application loads. Requires the latestasar
module. #30900
Fixes
Fixed a crash when selecting and opening files in a native file dialog on Mac. #30936