parent
3786c901d0
commit
01a395d1d0
2 changed files with 3 additions and 7 deletions
|
@ -120,11 +120,7 @@ app.on('ready', e => {
|
|||
event.returnValue = 'pong'
|
||||
})
|
||||
createWindow()
|
||||
// checkUpdate()
|
||||
if (!__DEV__)
|
||||
{
|
||||
autoUpdater.checkForUpdates()
|
||||
}
|
||||
checkUpdate()
|
||||
})
|
||||
|
||||
// Quit when all windows are closed.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue