From 90de72d67a14ded92a3d9df43688cd9f5264d0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Sun, 31 May 2026 13:04:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=93=E5=8C=85=E7=9B=AE=E6=A0=87?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20NSIS=EF=BC=8C=E7=A7=BB=E9=99=A4=E9=9C=80?= =?UTF-8?q?=E8=A6=81=20WiX=20=E7=9A=84=20MSI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- gui/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/tauri.conf.json b/gui/tauri.conf.json index c48f152..3e5a65d 100644 --- a/gui/tauri.conf.json +++ b/gui/tauri.conf.json @@ -25,7 +25,7 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": "nsis", "icon": [ "icons/32x32.png", "icons/128x128.png",