修復非win平臺台的文件链接问题

This commit is contained in:
老九 2021-09-20 13:39:41 +08:00
parent 4cef9ed5e7
commit 86691567fd

View File

@ -12,7 +12,7 @@
<None Include="../@dnscrypt-proxy/*" Link="dnscrypt-proxy/%(Filename)%(Extension)">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="../@dnscrypt-proxy/$(RuntimeIdentifier)/dnscrypt-proxy.exe" Link="dnscrypt-proxy/%(Filename)%(Extension)">
<None Include="../@dnscrypt-proxy/$(RuntimeIdentifier)/*" Link="dnscrypt-proxy/%(Filename)%(Extension)">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>