From d1be51bec1066589f615f54a01350ccb10f552cc Mon Sep 17 00:00:00 2001 From: lanyeeee Date: Sun, 8 Mar 2026 07:13:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=98=BE=E5=BC=8F=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=89=93=E5=8C=85=E7=9A=84=20targets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6615df3..6456686 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -16,7 +16,13 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": [ + "nsis", + "app", + "dmg", + "deb", + "rpm" + ], "licenseFile": "../LICENSE", "icon": [ "icons/32x32.png",