Skip to content

Commit 2c33e62

Browse files
Merge pull request #165 from Arthri/fix-glob
Fix missing path separator between recursive glob
2 parents 1a128b8 + 0a51817 commit 2c33e62

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)