From 059556b870f8bee038b8134c3b351504a964c8c3 Mon Sep 17 00:00:00 2001 From: yougotwill Date: Thu, 20 Feb 2025 02:39:26 +1100 Subject: [PATCH] feat: use default mac os build target --- package.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 2cb833beb..1446b29a8 100644 --- a/package.json +++ b/package.json @@ -228,25 +228,13 @@ "icon": "build/icon-mac.icns", "target": [ { - "target": "dmg", + "target": "default", "arch": [ "arm64" ] }, { - "target": "zip", - "arch": [ - "arm64" - ] - }, - { - "target": "dmg", - "arch": [ - "x64" - ] - }, - { - "target": "zip", + "target": "default", "arch": [ "x64" ]