Electron v39.4.0
npm
npm install --save-dev electron@39.4.0
yarn
yarn add --dev electron@39.4.0
Release Notes
Fixes
Fixed an issue in
chrome://accessibility. #49559 (Also in 40, 41)Fixed an issue where
shell.writeShortcutLinkwas throwingTypeError: Insufficient number of argumentswhen called with just[(path, options)]. #49502 (Also in 40, 41)Fixed crash in platform_util::Beep() on Linux. #49484 (Also in 40, 41)
Other Changes
Updated Node.js to v22.22.0. #49389