Skip to content

Commit

Permalink
Remove SwiftFormat.dll from Windows installer script
Browse files Browse the repository at this point in the history
SwiftFormat.dll no longer exists after swiftlang/swift#76900.
  • Loading branch information
ahoppen committed Oct 8, 2024
1 parent 0724f47 commit 15ad22c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions platforms/Windows/cli/cli.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@
<Component>
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\swift-format.exe" />
</Component>
<Component>
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftFormat.dll" />
</Component>
</ComponentGroup>

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

0 comments on commit 15ad22c

Please sign in to comment.