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>2017-06-21 16:39:46 +0300
committerDavid Benson <david@jgraph.com>2017-06-21 16:39:46 +0300
commit7c3b01398345bf8aa2c39b9e8cc3e54841dff8f4 (patch)
tree572f9d9fc29550adbeed5bdf9611ea001faf644c
parent94fb096ae1a9228564280667f32135c014c86db6 (diff)
Updatestest4test3
m---------draw.io0
-rw-r--r--sync.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/draw.io b/draw.io
-Subproject e245eb7395d54a6e32952688f940b0ce267bdcd
+Subproject 7108f7e92cddaff433037ac2adacca1accda279
diff --git a/sync.js b/sync.js
index b8dc58b..8494757 100644
--- a/sync.js
+++ b/sync.js
@@ -2,7 +2,7 @@ const fs = require('fs')
const path = require('path')
const child_process = require('child_process')
-const electronAppDir = path.resolve(__dirname, 'draw.io', 'war')
+const electronAppDir = path.resolve(__dirname, 'draw.io', 'etc', 'electron')
const appjsonpath = path.resolve(__dirname, 'draw.io', 'etc', 'electron', 'package.json')
let ver = fs.readFileSync(path.resolve(__dirname, 'draw.io', 'VERSION'), 'utf8')