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@draw.io>2022-09-02 16:21:04 +0300
committerDavid Benson <david@draw.io>2022-09-02 16:21:04 +0300
commit577190b696eaf3bd80a9d1378af6ea7439d023a2 (patch)
tree6b91c8e88a262d9f66db59aedecfe9e9fbdfe01c
parenta90af1594bbe90cdcdba89fe7de1381a9f1d1304 (diff)
parent60d1acf66c4832446700002a2382d8459c5999c1 (diff)
Merge branch 'release' into dev
m---------drawio0
-rw-r--r--sync.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/drawio b/drawio
-Subproject 6cf23c94f28cae09ecc955a7a96cfa67e0cf590
+Subproject 0e6f27fa4a92339867369a33cfcafe521028fda
diff --git a/sync.js b/sync.js
index fa97a8e..32fab23 100644
--- a/sync.js
+++ b/sync.js
@@ -3,7 +3,7 @@ const path = require('path')
const child_process = require('child_process')
const electronAppDir = path.join(__dirname, 'drawio', 'src/main/webapp')
-const appjsonpath = path.join(__dirname, 'drawio', 'src/main/webapp', 'package.json')
+const appjsonpath = path.join(__dirname, 'package.json')
const disableUpdatePath = path.join(__dirname, 'drawio', 'src/main/webapp', 'disableUpdate.js')
let ver = fs.readFileSync(path.join(__dirname, 'drawio', 'VERSION'), 'utf8')