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:
authorMohamed Mohamedin <mohamedin@draw.io>2022-09-06 10:39:08 +0300
committerMohamed Mohamedin <mohamedin@draw.io>2022-09-06 10:39:08 +0300
commit038391dc4f5538fc47216d1ff1162e3170db667a (patch)
treec49aeabee696e79eb38d08cb55c1feb09011ebc6 /electron-builder-win.json
parent1a281d802abdc351915b29201544da7ea34a5c12 (diff)
Fixed electron builder config files after removing drawio project package.json
Diffstat (limited to 'electron-builder-win.json')
-rw-r--r--electron-builder-win.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/electron-builder-win.json b/electron-builder-win.json
index 0c5af51..959cb4c 100644
--- a/electron-builder-win.json
+++ b/electron-builder-win.json
@@ -7,7 +7,6 @@
"!**/WEB-INF{,/**}"
],
"directories": {
- "app": "./drawio/src/main/webapp",
"output": "./dist/"
},
"npmRebuild": false,