From 2a1866112c407ab8293bcabcf1db31c3c2edc17d Mon Sep 17 00:00:00 2001 From: Tristan Michael Date: Fri, 3 Apr 2026 03:48:21 -0700 Subject: [PATCH] feat: add MSI to Windows bundle targets Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/tauri/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tauri/src-tauri/tauri.conf.json b/apps/tauri/src-tauri/tauri.conf.json index b872ece..7b49072 100644 --- a/apps/tauri/src-tauri/tauri.conf.json +++ b/apps/tauri/src-tauri/tauri.conf.json @@ -28,7 +28,7 @@ }, "bundle": { "active": true, - "targets": ["appimage", "deb"], + "targets": ["appimage", "deb", "msi"], "icon": [ "icons/32x32.png", "icons/128x128.png",