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@jgraph.com>2018-01-23 23:12:11 +0300
committerDavid Benson <david@jgraph.com>2018-01-23 23:12:11 +0300
commitd4edffe2ae585be8564050bbd5170b8256f61c25 (patch)
treea126e6b2aa4a2c47cd35ab9e44f988af12072e90 /sync.js
parenta58e7d692ca20461ccb39ad0561e37ec2c40a982 (diff)
Moare paths
Diffstat (limited to 'sync.js')
-rw-r--r--sync.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.js b/sync.js
index ce38c8e..3313c85 100644
--- a/sync.js
+++ b/sync.js
@@ -2,10 +2,10 @@ const fs = require('fs')
const path = require('path')
const child_process = require('child_process')
-const electronAppDir = path.join(__dirname, 'draw.io', 'src/main/webapp')
-const appjsonpath = path.join(__dirname, 'draw.io', 'src/main/webapp', 'package.json')
+const electronAppDir = path.join(__dirname, 'drawio', 'src/main/webapp')
+const appjsonpath = path.join(__dirname, 'drawio', 'src/main/webapp', 'package.json')
-let ver = fs.readFileSync(path.join(__dirname, 'draw.io', 'VERSION'), 'utf8')
+let ver = fs.readFileSync(path.join(__dirname, 'drawio', 'VERSION'), 'utf8')
//let ver = '7.0.5' // just to test autoupdate
let pj = require(appjsonpath)