Electron v41.0.0-alpha.3
Latest Pre Releasenpm
npm install --save-dev electron@41.0.0-alpha.3
yarn
yarn add --dev electron@41.0.0-alpha.3
Release Notes
Fixes
Fixed an issue where
shell.writeShortcutLinkwas throwingTypeError: Insufficient number of argumentswhen called with just[(path, options)]. #49503 (Also in 39, 40)Fixed crash in platform_util::Beep() on Linux. #49483 (Also in 39, 40)
Fixed startup crash when V8 sandbox is disabled. #49504
Other Changes
Updated Chromium to 146.0.7645.0. #49497