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:
authorAshraf Teleb <ashraf.teleb85@gmail.com>2020-12-17 05:24:05 +0300
committerAshraf Teleb <ashraf.teleb85@gmail.com>2020-12-17 05:24:05 +0300
commit9dcf4fc347356e4c55278a72b16441cdfc3485de (patch)
treea41b7647551c3249143268cdc9052079a0df4e7a /electron-builder-win32.json
parentc4ca5cfd9b04a3d727eb36c71c0ce6becf410126 (diff)
Added support for mac amd64 arch and merged win32 to main windows release file
Diffstat (limited to 'electron-builder-win32.json')
-rw-r--r--electron-builder-win32.json70
1 files changed, 0 insertions, 70 deletions
diff --git a/electron-builder-win32.json b/electron-builder-win32.json
deleted file mode 100644
index a937bb4..0000000
--- a/electron-builder-win32.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "appId": "com.jgraph.drawio.desktop",
- "copyright": "Copyright 2017-2019 draw.io",
- "asar": true,
- "files": [
- "**/*",
- "!**/WEB-INF{,/**}"
- ],
- "artifactName": "${productName}-ia32-${version}.${ext}",
- "directories": {
- "app": "./drawio/src/main/webapp",
- "output": "./dist/"
- },
- "npmRebuild": false,
- "publish": {
- "provider": "github"
- },
- "win": {
- "target": [
- {
- "target": "nsis",
- "arch": [
- "ia32"
- ]
- },
- {
- "target": "portable",
- "arch": [
- "ia32"
- ]
- },
- {
- "target": "appx",
- "arch": [
- "ia32"
- ]
- }
- ]
- },
- "nsis": {
- "oneClick": false,
- "perMachine": true,
- "allowToChangeInstallationDirectory": true
- },
- "portable": {
- "artifactName": "${productName}-ia32-${version}-portable.${ext}"
- },
- "appx": {
- "displayName": "draw.io Diagrams",
- "publisherDisplayName": "JGraph Ltd",
- "identityName": "draw.io.draw.ioDiagrams",
- "publisher": "CN=9E628CCB-BE04-4557-A5A8-81EC34B09733"
- },
- "fileAssociations": [
- {
- "ext": "drawio",
- "name": "draw.io Diagram",
- "description": "draw.io Diagram",
- "mimeType": "application/vnd.jgraph.mxfile",
- "role": "Editor"
- },
- {
- "ext": "vsdx",
- "name": "VSDX Document",
- "description": "VSDX Document",
- "mimeType": "application/vnd.visio",
- "role": "Editor"
- }
- ]
-}