From f4f0ba563de50d74bb7104b9a599797cfe874cfe Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 4 Sep 2025 11:07:42 -0700 Subject: [PATCH] WiX: package up BlocksRuntime for the dynamic experimental SDK When distributing the dynamic SDK, we need to also provide BlocksRuntime which is a dependency for the runtime. This adds the missing library for the dynamic component (it was already present in the legacy and the static versions). --- .../Windows/platforms/windows/windows.wxs | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/platforms/Windows/platforms/windows/windows.wxs b/platforms/Windows/platforms/windows/windows.wxs index 0b4d562c..d72efc81 100644 --- a/platforms/Windows/platforms/windows/windows.wxs +++ b/platforms/Windows/platforms/windows/windows.wxs @@ -553,6 +553,27 @@ + + + + + + + + + + + + + + + + + + + + + @@ -4124,6 +4145,7 @@ + @@ -4193,6 +4215,7 @@ + @@ -4262,6 +4285,7 @@ +