From 0181a89144265ddb98b50e3f11d2f52b9a72be42 Mon Sep 17 00:00:00 2001
From: Saleem Abdulrasool <abdulras@thebrowser.company>
Date: Thu, 30 Jan 2025 22:43:43 -0800
Subject: [PATCH] WiX: adjust manifest for static conversion

Update the SPM file list after some of the modules were converted to
static linking.
---
 platforms/Windows/cli/cli.wxs | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/platforms/Windows/cli/cli.wxs b/platforms/Windows/cli/cli.wxs
index 16e42f06..12ae323a 100644
--- a/platforms/Windows/cli/cli.wxs
+++ b/platforms/Windows/cli/cli.wxs
@@ -207,12 +207,6 @@
       <Component>
         <File Source="$(TOOLCHAIN_ROOT)\usr\bin\Commands.dll" />
       </Component>
-      <Component>
-        <File Source="$(TOOLCHAIN_ROOT)\usr\bin\CoreCommands.dll" />
-      </Component>
-      <Component>
-        <File Source="$(TOOLCHAIN_ROOT)\usr\bin\DriverSupport.dll" />
-      </Component>
       <Component>
         <File Source="$(TOOLCHAIN_ROOT)\usr\bin\PackageGraph.dll" />
       </Component>
@@ -222,9 +216,6 @@
       <Component>
         <File Source="$(TOOLCHAIN_ROOT)\usr\bin\PackageModel.dll" />
       </Component>
-      <Component>
-        <File Source="$(TOOLCHAIN_ROOT)\usr\bin\PackageModelSyntax.dll" />
-      </Component>
       <Component>
         <File Source="$(TOOLCHAIN_ROOT)\usr\bin\SourceControl.dll" />
       </Component>