From 0bbd5ce1e8b079db29489cf917dd4934273a0fb4 Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Wed, 1 Jul 2026 13:03:45 +0200 Subject: [PATCH] Limit Tauri bundle targets to NSIS --- 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 826158b..b3e0361 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -28,7 +28,7 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": ["nsis"], "icon": ["icons/icon.ico"], "createUpdaterArtifacts": true, "windows": {