From b4e4c97cbf8a027a3fb861077e0523bbe0a633d5 Mon Sep 17 00:00:00 2001 From: MoeSnowyFox Date: Wed, 10 Sep 2025 00:10:34 +0800 Subject: [PATCH] =?UTF-8?q?:construction:=20=E4=B8=8A=E4=BC=A0=E6=97=B6?= =?UTF-8?q?=E5=90=8C=E6=97=B6=E6=89=93=E5=8C=85exe=E5=92=8Czip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 23e073c..10bf396 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,8 @@ "win": { "requestedExecutionLevel": "requireAdministrator", "target": [ - { "target": "nsis", "arch": ["x64"] } + { "target": "nsis", "arch": ["x64"] }, + { "target": "zip", "arch": ["x64"] } ], "icon": "public/AUTO-MAS.ico", "artifactName": "AUTO_MAA-Setup-${version}-${arch}.${ext}"