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-linux-mac.json
parent1a281d802abdc351915b29201544da7ea34a5c12 (diff)
Fixed electron builder config files after removing drawio project package.json
Diffstat (limited to 'electron-builder-linux-mac.json')
-rw-r--r--electron-builder-linux-mac.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/electron-builder-linux-mac.json b/electron-builder-linux-mac.json
index 5d98fcc..45e93fe 100644
--- a/electron-builder-linux-mac.json
+++ b/electron-builder-linux-mac.json
@@ -8,7 +8,6 @@
],
"artifactName": "${productName}-${arch}-${version}.${ext}",
"directories": {
- "app": "./drawio/src/main/webapp",
"output": "./dist/"
},
"npmRebuild": false,