Electron v41.0.1
npm
npm install --save-dev electron@41.0.1
yarn
yarn add --dev electron@41.0.1
Release Notes
Fixes
Fixed an issue on macOS where calling
autoUpdater.quitAndInstall()could fail ifcheckForUpdates()was called again after an update was already downloaded. #50217 (Also in 39, 40)Fixed an issue where traffic light buttons would flash at position (0,0) when restoring a window with a custom
trafficLightPositionfrom minimization on macOS. #50209 (Also in 39, 40)Fixed bug where opening a message box immediately upon closing a child window may cause the parent window to freeze on Windows. #50191 (Also in 39, 40)
Other Changes
Updated Chromium to 146.0.7680.72. #50196