From 972061ec373dfbb7bedd42ae1951076cc38059b0 Mon Sep 17 00:00:00 2001 From: Ghomist Date: Sat, 22 Feb 2025 20:16:11 +0800 Subject: [PATCH] fix: nsis only --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 27b97c5..15c1d68 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -36,7 +36,7 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": ["nsis"], "createUpdaterArtifacts": true, "icon": [ "icons/32x32.png",