Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions platforms/Windows/cli/cli.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,30 @@
</Component>
</ComponentGroup>

<ComponentGroup Id="SwiftToolsProtocols" Directory="toolchain_$(VariantName)_usr_bin">
<Component>
<File Source="$(ToolchainRoot)\usr\bin\BuildServerProtocol.dll" />
</Component>
<Component>
<File Source="$(ToolchainRoot)\usr\bin\LanguageServerProtocol.dll" />
</Component>
<Component>
<File Source="$(ToolchainRoot)\usr\bin\LanguageServerProtocolTransport.dll" />
</Component>
<Component>
<File Source="$(ToolchainRoot)\usr\bin\SKLogging.dll" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something to consider in the future: renaming the module

</Component>
<Component>
<File Source="$(ToolchainRoot)\usr\bin\ToolsProtocolsSwiftExtensions.dll" />
</Component>
<Component>
<File Source="$(ToolchainRoot)\usr\bin\_SKLoggingForPlugin.dll" />
</Component>
<Component>
<File Source="$(ToolchainRoot)\usr\bin\_ToolsProtocolsSwiftExtensionsForPlugin.dll" />
</Component>
</ComponentGroup>

<ComponentGroup Id="CompilerPluginSupport">
<Component Directory="toolchain_$(VariantName)_usr_lib_swift_pm_ManifestAPI">
<File Source="$(ToolchainRoot)\usr\lib\swift\pm\ManifestAPI\CompilerPluginSupport.dll" />
Expand Down Expand Up @@ -748,6 +772,7 @@

<ComponentGroupRef Id="collections" />
<ComponentGroupRef Id="llbuild" />
<ComponentGroupRef Id="SwiftToolsProtocols" />
<ComponentGroupRef Id="SwiftBuild" />
<ComponentGroupRef Id="PackageManager" />
<!-- Package Manager Manifest Runtime -->
Expand Down