|
@@ -42,5 +42,17 @@
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</Content>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+
|
|
|
|
+ <ItemGroup Condition="'$(RuntimeIdentifier)' == 'linux-x64'">
|
|
|
|
+ <Content Include="ThirdParty/Linux/ffmpeg/**">
|
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+
|
|
|
|
+ <ItemGroup Condition="'$(RuntimeIdentifier)' == 'linux-arm64'">
|
|
|
|
+ <Content Include="ThirdParty/Linux/ffmpeg/**">
|
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
|
</Project>
|
|
</Project>
|