From 84a2fc8618b40b24383bdb6ef2165efff52b9536 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Wed, 18 Mar 2026 00:18:53 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20bundle=20target=20NSIS=20only=20?= =?UTF-8?q?=E2=80=94=20skip=20WiX/MSI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WiX candle.exe fails under SYSTEM account. NSIS is all we need. Co-Authored-By: Claude Opus 4.6 (1M context) --- 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 2fa4ba1..2286d25 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -26,7 +26,7 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": ["nsis"], "icon": [ "icons/32x32.png", "icons/128x128.png",