From e172d8c2da3ded4d8891b076f8178f98d49cd737 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 15 Oct 2025 11:56:36 -0700 Subject: [PATCH] WiX: repair the Windows SDK packaging We now have brotli as a dependency and must distribute the static libraries as part of the static SDK. --- .../Windows/platforms/windows/windows.wxs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/platforms/Windows/platforms/windows/windows.wxs b/platforms/Windows/platforms/windows/windows.wxs index 35fa2f45..7fd778fd 100644 --- a/platforms/Windows/platforms/windows/windows.wxs +++ b/platforms/Windows/platforms/windows/windows.wxs @@ -3037,6 +3037,12 @@ + + + + + + @@ -3050,6 +3056,12 @@ + + + + + + @@ -3063,6 +3075,12 @@ + + + + + +