Skip to content

Commit f2d9706

Browse files
committed
WiX: add swift-sdk to the SPM distribution set
Package up `swift-sdk.exe` on Windows as well.
1 parent 88496a4 commit f2d9706

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
@@ -194,6 +194,9 @@
194194
<Component>
195195
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\swift-run.exe" />
196196
</Component>
197+
<Component>
198+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\swift-sdk.exe" />
199+
</Component>
197200
<Component>
198201
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\swift-test.exe" />
199202
</Component>

0 commit comments

Comments
 (0)