Electron Releases - v6.0.12

npm install electron@v6.0.12
yarn add electron@v6.0.12

Release Notes

Features

  • Set the ELECTRON_SKIP_BINARY_DOWNLOAD=1 environment variable to skip electron binary download. #20438

Fixes

  • Fixed Node.js' worker_threads in ELECTRON_RUN_AS_NODE. #20457
  • Fixed a regression in the recentDocuments MenuItem role on macOS. #20409
  • Fixed parsing of paths with .asar in directory name extensions. #20402
  • [deps/uv] fsevents: fix file event reporting (backport: v12.x). #20429