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 18:02:32 +0300
committerDavid Benson <david@draw.io>2022-09-02 18:02:32 +0300
commit3ad5777d61129be1089ccd08b84e9567fdd2b66a (patch)
tree9b689aac21e5d25d4d309ae910ac8f22bb295763
parentf1ac1ed5dc5dcd5dcb92db3d48f182824b761497 (diff)
Restores sync.js and with symbolic link in placev20.2.8
m---------drawio0
-rw-r--r--sync.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/drawio b/drawio
-Subproject 4e9d5ec7e285b078c8cd8c10bf6c2b37e7f3d6a
+Subproject 9b1540eaa87d02cc1ef3b9e1212fec76c282efb
diff --git a/sync.js b/sync.js
index 32fab23..fa97a8e 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, 'package.json')
+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')