From bc8e8f2855b84c96cd1a641466bd4af9594e64ec Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Thu, 4 Jun 2026 09:27:21 -0700 Subject: [PATCH] Add missing manifest files to RescuePatching target The base build 1437 (from release/9.3.9) still contains ManagedVwWindow.manifest and SimpleRootSite.manifest, which were removed on main by #906. The existing fix (#909) handled .dll, .dll.config, and .pdb but missed the two .manifest files, causing PYRO0305 errors during patch builds. Co-Authored-By: Claude Opus 4.6 --- Build/Installer.legacy.targets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Build/Installer.legacy.targets b/Build/Installer.legacy.targets index fa50123978..6a4997dac9 100644 --- a/Build/Installer.legacy.targets +++ b/Build/Installer.legacy.targets @@ -116,6 +116,8 @@ + +