Skip to content

Commit

Permalink
MP1-5038: fix copyfiles mediainfo wrapper to bin folder for testing m…
Browse files Browse the repository at this point in the history
…p client from build folder
  • Loading branch information
Azzuro committed Sep 7, 2020
1 parent 0c099a8 commit 2a029f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediaportal/MediaPortal.Application/PostBuild.bat
Expand Up @@ -164,8 +164,8 @@ xcopy %1\Databases\bin\%2\HtmlAgilityPack.* . /Y /D
xcopy %1\..\Packages\Sqlite.3.33.0\sqlite.dll . /Y /D

REM MediaInfo -
xcopy %1\..\Packages\MediaInfo.Wrapper.20.8.0\lib\net40\MediaInfo.Wrapper.dll . /Y /D
REM - commented because provided on bin folder by nuget target setting during building.
REM xcopy %1\..\Packages\MediaInfo.Wrapper.20.8.0\lib\net40\MediaInfo.Wrapper.dll . /Y /D
REM xcopy %1\..\Packages\MediaInfo.Native.20.8.1\build\native\x86\MediaInfo.dll . /Y /D
REM xcopy %1\..\Packages\MediaInfo.Native.20.8.1\build\native\x86\lib*.dll . /Y /D

Expand Down

0 comments on commit 2a029f2

Please sign in to comment.