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-linux-mac.json
parentc4ca5cfd9b04a3d727eb36c71c0ce6becf410126 (diff)
Added support for mac amd64 arch and merged win32 to main windows release file
Diffstat (limited to 'electron-builder-linux-mac.json')
-rw-r--r--electron-builder-linux-mac.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/electron-builder-linux-mac.json b/electron-builder-linux-mac.json
index 3360d85..71508f9 100644
--- a/electron-builder-linux-mac.json
+++ b/electron-builder-linux-mac.json
@@ -22,8 +22,16 @@
"entitlementsInherit": "build/entitlements.mac.plist",
"category": "public.app-category.graphics-design",
"target": [
- "zip",
- "dmg"
+ { "target": "zip", "arch": [
+ "x64",
+ "arm64"
+ ]
+ },
+ { "target": "dmg", "arch": [
+ "x64",
+ "arm64"
+ ]
+ }
]
},
"afterSign": "build/notarize.js",