Electron Releases - v7.3.1

npm install electron@v7.3.1
yarn add electron@v7.3.1

Release Notes

Fixes

  • Fixed process.windowsStore returning undefined in AppX packages. #23800
  • Fixed an issue where the 'about' role had on effect on Windows menus. #23713

Other Changes

  • Backported fix for CVE-2020-6468: OOB read/write in V8. #23748
  • Backported fix for use-after-free in AudioWorklet. #23844