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>2021-10-29 18:23:59 +0300
committerAshraf Teleb <ashraf.teleb85@gmail.com>2021-10-29 18:23:59 +0300
commit8d646aca148d0c89d078236c505317ed9daaf18c (patch)
treeb5ccdebf14d4c777d1bd78a3f071550cc57d6b3a
parent0b5d713b5943e22d533615d8bb85918a46f465df (diff)
Trying universal arch for mac (not-tested)
-rw-r--r--electron-builder-linux-mac.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/electron-builder-linux-mac.json b/electron-builder-linux-mac.json
index 71508f9..5d98fcc 100644
--- a/electron-builder-linux-mac.json
+++ b/electron-builder-linux-mac.json
@@ -29,7 +29,8 @@
},
{ "target": "dmg", "arch": [
"x64",
- "arm64"
+ "arm64",
+ "universal"
]
}
]