From 1513ebfe99f97582b6acd3e3154fb9c3f0e0dbd6 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 8 Dec 2022 10:15:39 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8F=96=E6=B6=88universal=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/electron/package.json b/electron/package.json index a50103b91..3c7ea4bc2 100644 --- a/electron/package.json +++ b/electron/package.json @@ -94,8 +94,7 @@ "target": "dmg", "arch": [ "x64", - "arm64", - "universal" + "arm64" ] } ]