mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
Build for arm64 on macOS.
Fixes #1076. For now we only build a DMG and zip for arm64, because the arm64 pkg would overwrite the x64 pkg (https://github.com/electron-userland/electron-builder/issues/5847). Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
11
package.json
11
package.json
@@ -53,9 +53,14 @@
|
||||
"mac": {
|
||||
"category": "public.app-category.productivity",
|
||||
"target": [
|
||||
"dmg",
|
||||
"pkg",
|
||||
"zip"
|
||||
{
|
||||
"target": "default",
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
},
|
||||
"pkg"
|
||||
],
|
||||
"darkModeSupport": true,
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||
|
Reference in New Issue
Block a user