From 2def05db78922a9b3b437ae4a9290c91c48b13ab Mon Sep 17 00:00:00 2001 From: RUNNERUP Date: Tue, 4 Jun 2024 17:22:26 +0800 Subject: [PATCH] fix(build): try to electron support builder mac x64&arm64 arch --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 256f796..2e5b54a 100644 --- a/package.json +++ b/package.json @@ -77,12 +77,13 @@ "icon": "build/icons/logo.icns", "category": "public.app-category.utilities", "target": [ - "zip", - "dmg" - ], - "arch": [ - "x64", - "arm64" + { + "target": "dmg", + "arch": [ + "x64", + "arm64" + ] + } ] }, "win": {