Skip to content

Commit 15ad22c

Browse files
committed
Remove SwiftFormat.dll from Windows installer script
SwiftFormat.dll no longer exists after swiftlang/swift#76900.
1 parent 0724f47 commit 15ad22c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

platforms/Windows/cli/cli.wxs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,6 @@
249249
<Component>
250250
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\swift-format.exe" />
251251
</Component>
252-
<Component>
253-
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftFormat.dll" />
254-
</Component>
255252
</ComponentGroup>
256253

257254
<Feature Id="CLITools" AllowAbsent="no" Title="!(loc.Cli_ProductName)">

0 commit comments

Comments
 (0)