From 6a55502a13138a7b2b16fb9ae388cc237dee20fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ACT=E4=B8=B6=E6=B5=81=E6=98=9F=E9=9B=A8?= <1340145680@qq.com> Date: Sun, 5 Apr 2026 12:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=89=93=E5=8C=85builder?= =?UTF-8?q?=E5=A4=9A=E5=B9=B3=E5=8F=B0=E8=80=A6=E5=90=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron-builder.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index 9f2cb9b..cf57482 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -37,9 +37,6 @@ extraResources: win: target: - target: nsis - arch: - - x64 - - arm64 icon: ./scripts/logo.ico nsis: @@ -55,9 +52,6 @@ nsis: mac: target: - target: dmg - arch: - - x64 - - arm64 icon: ./scripts/logo.icns category: public.app-category.developer-tools artifactName: ${productName}-${version}-mac-${arch}.${ext} @@ -65,9 +59,6 @@ mac: linux: target: - target: AppImage - arch: - - x64 - - arm64 icon: ./scripts/logo.png artifactName: ${productName}-${version}-linux-${arch}.${ext} category: Development