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:
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 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')