We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a128b8 + 0a51817 commit 2c33e62Copy full SHA for 2c33e62
1 file changed
OTAPI.Server.Launcher/OTAPI.Server.Launcher.csproj
@@ -51,7 +51,7 @@
51
</ItemGroup>
52
53
<ItemGroup Condition="Exists('../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/tModLoader')">
54
- <Content Include="../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/tModLoader/***.*">
+ <Content Include="../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/tModLoader/**/*.*">
55
<Link>tModLoader\%(RecursiveDir)%(Filename)%(Extension)</Link>
56
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
57
</Content>
0 commit comments