Added basic auto update implementation.

This commit is contained in:
Daniel Scalzi
2018-04-28 16:26:38 -04:00
parent 5b74ecef21
commit 95afe5c63a
10 changed files with 155 additions and 10 deletions

View File

@@ -46,10 +46,9 @@ If you use VS Code, you can run this directly from the IDE. Copy the following c
"windows": {
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd"
},
"program": "${workspaceRoot}/index.js",
"args": ["."],
"console": "integratedTerminal",
"protocol": "inspector",
"timeout": 100000000
"protocol": "inspector"
},
{
"name": "Debug Renderer Process",
@@ -60,7 +59,7 @@ If you use VS Code, you can run this directly from the IDE. Copy the following c
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd"
},
"runtimeArgs": [
"${workspaceRoot}/index.js",
"${workspaceRoot}/.",
"--remote-debugging-port=9222"
],
"webRoot": "${workspaceRoot}"