Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson <david@jgraph.com>2017-07-20 22:55:25 +0300
committerDavid Benson <david@jgraph.com>2017-07-20 22:55:25 +0300
commit6a59494245de783599f720c46eb0d14898b569fe (patch)
tree045907343ac8c98db515f82d3b5c447989d59c78 /sync.js
parentc13c70222f1f4cce5ced05418df70312ce45641a (diff)
Force version to test updater
Diffstat (limited to 'sync.js')
-rw-r--r--sync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.js b/sync.js
index 4a4f5f7..2b4ee6c 100644
--- a/sync.js
+++ b/sync.js
@@ -6,7 +6,7 @@ const electronAppDir = path.resolve(__dirname, 'draw.io', 'war')
const appjsonpath = path.resolve(__dirname, 'draw.io', 'war', 'package.json')
let ver = fs.readFileSync(path.resolve(__dirname, 'draw.io', 'VERSION'), 'utf8')
-// let ver = '6.4.0' // just to test autoupdate
+let ver = '6.4.0' // just to test autoupdate
let pj = require(appjsonpath)