Updated Handlebars for security, fixed dev tools opening on startup.

This commit is contained in:
FallenGravity
2019-10-13 03:47:07 +02:00
parent 2f0e49f481
commit d40b1768ca
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ locker.lock().then(function () {
// and load the index.html of the app.
mainWindow.loadFile("index.html");
mainWindow.webContents.openDevTools()
EthoGeth.startGeth();
// Open the DevTools.

View File

@@ -60,7 +60,7 @@
"app-root-path": "^2.1.0",
"electron-storage": "^1.0.7",
"fs-extra": "^7.0.1",
"handlebars": "^4.1.2",
"handlebars": ">=4.1.2",
"moment": "^2.23.0",
"nedb": "^1.8.0",
"single-instance": "0.0.1"