From 32043caabf8337ae512716a2be2defe494f8e2d2 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 6 Jul 2023 23:01:42 +0100 Subject: [PATCH] CI: Trying to build macOS M1 version --- packages/app-desktop/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/app-desktop/package.json b/packages/app-desktop/package.json index 60211eea0e..5a7417b2e7 100644 --- a/packages/app-desktop/package.json +++ b/packages/app-desktop/package.json @@ -78,10 +78,12 @@ }, "mac": { "icon": "../../Assets/macOs.icns", - "artifactName": "${productName}-${version}.${ext}", "target": { "target": "dmg", - "arch": "universal" + "arch": [ + "x64", + "arm64" + ] }, "hardenedRuntime": true, "entitlements": "./build-mac/entitlements.mac.inherit.plist",