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 [draw.io] <david@jgraph.com>2020-12-30 23:01:01 +0300
committerDavid Benson [draw.io] <david@jgraph.com>2020-12-30 23:01:01 +0300
commit9b7aefcada5a474edbe99885b0756c789bb856d8 (patch)
tree2f965149500e9cefafe40c7f61392905dca994f9
parentbf151c047edd9112fe3a20d122939f98825cd783 (diff)
Re-trying 14.1.4v14.1.4
-rw-r--r--sync.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.js b/sync.js
index f82fc2c..1e265f6 100644
--- a/sync.js
+++ b/sync.js
@@ -6,8 +6,8 @@ const electronAppDir = path.join(__dirname, 'drawio', 'src/main/webapp')
const appjsonpath = path.join(__dirname, 'drawio', 'src/main/webapp', 'package.json')
const disableUpdatePath = path.join(__dirname, 'drawio', 'src/main/webapp', 'disableUpdate.js')
-//let ver = fs.readFileSync(path.join(__dirname, 'drawio', 'VERSION'), 'utf8')
-let ver = '14.1.5' // just to test autoupdate
+let ver = fs.readFileSync(path.join(__dirname, 'drawio', 'VERSION'), 'utf8')
+//let ver = '14.1.5' // just to test autoupdate
let pj = require(appjsonpath)