From db5deb4183ac2a024e054443aee4003237167c58 Mon Sep 17 00:00:00 2001 From: viarotel Date: Wed, 6 Nov 2024 20:23:33 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=99=BB=EF=B8=8F=20No=20longer=20buil?= =?UTF-8?q?ding=20universal=20packages=20for=20macOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron-builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index b9f3132..6c50b7d 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -58,7 +58,7 @@ "target": [ { "target": "dmg", - "arch": ["universal", "x64", "arm64"] + "arch": ["x64", "arm64"] } ], "artifactName": "${productName}-${version}-mac-${arch}.${ext}",