Skip to content

Commit e6b225a

Browse files
authored
Update FFMpeg.runtime.props
1 parent 026642c commit e6b225a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FFMpeg.runtime.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
<Target Name="CopyBuildLinux" AfterTargets="AfterBuild" Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">
1818
<ItemGroup>
19-
<ANTLR Include="../ffmpeg/linux64/*.so*" />
19+
<ANTLR Include="$(MSBuildThisFileDirectory)..\..\builds\linux-x64\*.so*" />
2020
</ItemGroup>
2121
<Copy SourceFiles="@(ANTLR)" DestinationFolder="$(OutDir)" SkipUnchangedFiles="true" />
2222
</Target>
2323

2424
<Target Name="CopyPublisLinux" AfterTargets="Publish" Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">
2525
<ItemGroup>
26-
<ANTLR Include="../ffmpeg/linux64/*.so*" />
26+
<ANTLR Include="$(MSBuildThisFileDirectory)..\..\builds\linux-x64\*.so*" />
2727
</ItemGroup>
2828
<Copy SourceFiles="@(ANTLR)" DestinationFolder="$(PublishDir)" SkipUnchangedFiles="true" />
2929
</Target>

0 commit comments

Comments
 (0)