Electron v41.5.1
npm
npm install --save-dev electron@41.5.1
yarn
yarn add --dev electron@41.5.1
Release Notes
Fixes
Fixed
app.getLoginItemSettings()returningundefinedforexecutableWillLaunchAtLoginon macOS; the property is now always a boolean. #51508 (Also in 40, 42)Fixed a potential race condition crash when closing DevTools. #51474 (Also in 42)
Fixed cross-origin isolation failing for non-file origins. #51403 (Also in 42)
Improved the way Electron determines the default XDG App ID and WM_CLASS on Linux for better platform compatibility if
desktopNameis not provided inpackage.json. #51480 (Also in 42)