Skip to content

Commit e43fe9f

Browse files
committed
WiX: add swift-sdk to the SPM distribution
Package up swift-sdk.exe on Windows as well.
1 parent a82805c commit e43fe9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Windows/cli/cli.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@
197197
<Component>
198198
<File Source="$(ToolchainRoot)\usr\bin\swift-run.exe" />
199199
</Component>
200+
<Component>
201+
<File Source="$(ToolchainRoot)\usr\bin\swift-sdk.exe" />
202+
</Component>
200203
<Component>
201204
<File Source="$(ToolchainRoot)\usr\bin\swift-test.exe" />
202205
</Component>

0 commit comments

Comments
 (0)