Skip to content

Commit 0a51817

Browse files
committed
Fix missing path separator between recursive glob
1 parent 1a128b8 commit 0a51817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OTAPI.Server.Launcher/OTAPI.Server.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</ItemGroup>
5252

5353
<ItemGroup Condition="Exists('../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/tModLoader')">
54-
<Content Include="../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/tModLoader/***.*">
54+
<Content Include="../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/tModLoader/**/*.*">
5555
<Link>tModLoader\%(RecursiveDir)%(Filename)%(Extension)</Link>
5656
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5757
</Content>

0 commit comments

Comments
 (0)