Electron updates

This commit is contained in:
David Benson 2017-07-24 14:12:50 +01:00
parent c9558cc13f
commit ab0a22e9b7
2 changed files with 3 additions and 7 deletions

View file

@ -120,11 +120,7 @@ app.on('ready', e => {
event.returnValue = 'pong'
})
createWindow()
// checkUpdate()
if (!__DEV__)
{
autoUpdater.checkForUpdates()
}
checkUpdate()
})
// Quit when all windows are closed.

View file

@ -1,6 +1,6 @@
{
"name": "draw.io",
"version": "6.7.7",
"version": "6.8.0",
"description": "draw.io desktop",
"main": "electron.js",
"scripts": {
@ -18,7 +18,7 @@
"flowchart",
"UML"
],
"author": "JGraph <sales@jgraph.com>",
"author": "JGraph <support@draw.io>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jgraph/drawio-desktop/issues"