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-01 15:45:23 +0300
committerDavid Benson <david@draw.io>2022-09-01 15:45:23 +0300
commit60d1acf66c4832446700002a2382d8459c5999c1 (patch)
treeb2500631106f8da7a996d094eb5193b488d3ead7
parentcc280ca472dfa7aaf413a58f96c3d7ee60e8df3a (diff)
Changes path to point at desktop package jsonv20.2.7
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')