From 1fc5ec00d4eacd6dc073cc04f24adf1130726fb1 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Wed, 24 Dec 2025 19:03:53 +0100 Subject: [PATCH] fix(installer): Use correct WiX v4+ attribute name 'Scope' not 'InstallScope' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- windows/installer.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/installer.wxs b/windows/installer.wxs index 56df42f9..38219266 100644 --- a/windows/installer.wxs +++ b/windows/installer.wxs @@ -1,5 +1,5 @@ - +