fix moonlibs windows subfolder

main
cosmonaut 2023-12-21 13:04:20 -08:00
parent bfc50ccc56
commit dbaadccd47
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</Target>
<ItemGroup Condition="$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))">
<Content Include=".\moonlibs\windows\**\*.*">
<Content Include=".\moonlibs\x64\**\*.*">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>