Electron Releases - v6.0.0-beta.10

npm install electron@v6.0.0-beta.10
yarn add electron@v6.0.0-beta.10
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Fixes

  • Backported a patch from node that fixes an http/2 memory leak:. #18882
  • Fixed app.getAppPath() returning default-app path when running electron app with no package.json or electron app/index.js. Now the directory containing the executed file is returned. #18888
  • Fixed building with enable_run_as_node disabled. #18892
  • Fixed crash when starting with --disable-gpu. #18904
  • Fixed random flicker that occurred on macOS when performing fullscreen or workspace transitions. #18885
  • Updated Chromium to 76.0.3809.37. #18828