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-21 00:46:40 +0300
committerDavid Benson <david@jgraph.com>2018-01-21 00:46:40 +0300
commit284d095f0521844080955ee39a26dfe1d170e62a (patch)
tree9534670f083251bee64c9b309e6f66f9c4272731 /appveyor.yml
parent6956d43b7195d679d87d3e3f1667ecbb4a5dbc21 (diff)
Path updates
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 58b55fb..bd90a71 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,7 +19,7 @@ clone_script:
install:
- ps: Install-Product node 7 x64
- yarn install
- - cd draw.io/war
+ - cd draw.io/src/main/webapp
- cat ../../extra-cache.txt >> cache.manifest
- yarn install
- cd ../..