Skip to content

Commit 598afb2

Browse files
committed
fix opencv bin path in nuspec
1 parent d4f1a41 commit 598afb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuget/OpenCvSharp3-AnyCPU.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
<file src="..\src\OpenCvSharp.Extensions\bin\Release\netstandard2.0\OpenCvSharp.Extensions.xml" target="lib\netstandard2.0" />
8282

8383
<file src="..\src\Release\x64\OpenCvSharpExtern.dll" target="NativeDlls\x64\OpenCvSharpExtern.dll" />
84-
<file src="..\opencv_files_343\x64\vc15\bin\opencv_ffmpeg343_64.dll" target="NativeDlls\x64\opencv_ffmpeg343_64.dll" />
84+
<file src="..\opencv_files_343\lib\x64\vc15\bin\opencv_ffmpeg343_64.dll" target="NativeDlls\x64\opencv_ffmpeg343_64.dll" />
8585
<file src="..\src\Release\Win32\OpenCvSharpExtern.dll" target="NativeDlls\x86\OpenCvSharpExtern.dll" />
86-
<file src="..\opencv_files_343\x86\vc15\bin\opencv_ffmpeg343.dll" target="NativeDlls\x86\opencv_ffmpeg343.dll" />
86+
<file src="..\opencv_files_343\lib\x86\vc15\bin\opencv_ffmpeg343.dll" target="NativeDlls\x86\opencv_ffmpeg343.dll" />
8787

8888
<!--<file src="tools\init.ps1" target="tools\init.ps1" />
8989
<file src="tools\uninstall.ps1" target="tools\uninstall.ps1" />-->

0 commit comments

Comments
 (0)