Electron v44.0.0-alpha.3
Latest Pre Releasenpm
npm install --save-dev electron@44.0.0-alpha.3
yarn
yarn add --dev electron@44.0.0-alpha.3
Release Notes
Fixes
Fixed a browser-process crash (
ValidateIntegrityOrDie) and spurious preloadENOENTerrors when an app'sapp.asaris replaced on disk (e.g. by an updater or MDM software) while the app is running. #52292 (Also in 42, 43)Fixed crash triggered by replacing an open application menu. #52277 (Also in 41, 42, 43)