ELECTRON-685: upgrade electron framework version to 3.0.0-beta.8 (#485)

Electron framework v3.0.0-beta.8 fixes remote object count issue due to which we had to turn on sandboxing which lead to spell checker and right click actions not working.
This commit is contained in:
Vishwas Shashidhar 2018-08-30 12:12:58 +05:30 committed by GitHub
parent 199aa76207
commit 0d04ac03e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ let boundsChangeWindow;
let alwaysOnTop = false;
let position = 'lower-right';
let display;
let sandboxed = true;
let sandboxed = false;
let isAutoReload = false;
let devToolsEnabled = true;
let isCustomTitleBarEnabled = true;

View File

@ -91,7 +91,7 @@
"browserify": "16.2.2",
"chromedriver": "2.40.0",
"cross-env": "5.2.0",
"electron": "3.0.0-beta.6",
"electron": "3.0.0-beta.8",
"electron-builder": "20.28.1",
"electron-builder-squirrel-windows": "12.3.0",
"electron-chromedriver": "2.0.0",