Updated Handlebars for security, fixed dev tools opening on startup.
This commit is contained in:
1
main.js
1
main.js
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user