Electron v17.4.5
npm
npm install --save-dev electron@17.4.5
yarn
yarn add --dev electron@17.4.5
Release Notes
Fixes
Fixed a crash when calling
loadExtension
on an extension directory that's missing a manifest file. #34193 (Also in 16)Fixed an issue where tray items wouldn't highlight in some scenarios on macOS. #34206 (Also in 16, 18, 19)
SIGUSR1 is no longer handled when the
node_cli_inspect
fuse is disabled. #34181 (Also in 16, 18)