mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
[EACPlugin] Add Newtonsoft.Json.dll
Add copying of interop\EAC\Newtonsoft.Json.dll to collect_files.bat - An issue concerning missing CTDB results in EAC log files has been reported [1] - The Newtonsoft.Json.dll file is required and originates from: Newtonsoft.Json.11.0.1.nupkg\lib\net20\Newtonsoft.Json.dll - Resolves #100 [1] https://hydrogenaud.io/index.php?topic=120871.0
This commit is contained in:
@@ -118,7 +118,6 @@ xcopy /Y /D %base_dir%\ThirdParty\x64\wavpackdll.dll %release_dir%\plugins\x64\
|
|||||||
|
|
||||||
REM EAC Plugin
|
REM EAC Plugin
|
||||||
REM CUETools.CTDB.Types.dll is also required now
|
REM CUETools.CTDB.Types.dll is also required now
|
||||||
REM Newtonsoft.Json.dll is not required for the EAC plugin
|
|
||||||
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.AccurateRip.dll %release_dir%\interop\EAC\
|
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.AccurateRip.dll %release_dir%\interop\EAC\
|
||||||
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.CDImage.dll %release_dir%\interop\EAC\
|
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.CDImage.dll %release_dir%\interop\EAC\
|
||||||
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.Codecs.dll %release_dir%\interop\EAC\
|
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.Codecs.dll %release_dir%\interop\EAC\
|
||||||
@@ -126,6 +125,7 @@ xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.CTDB.dll %release_dir%\i
|
|||||||
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.CTDB.EACPlugin.dll %release_dir%\interop\EAC\
|
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.CTDB.EACPlugin.dll %release_dir%\interop\EAC\
|
||||||
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.CTDB.Types.dll %release_dir%\interop\EAC\
|
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.CTDB.Types.dll %release_dir%\interop\EAC\
|
||||||
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.Parity.dll %release_dir%\interop\EAC\
|
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\CUETools.Parity.dll %release_dir%\interop\EAC\
|
||||||
|
xcopy /Y /D %base_dir%\bin\Release\interop\EAC\Newtonsoft.Json.dll %release_dir%\interop\EAC\
|
||||||
|
|
||||||
REM required for running CUERipper:
|
REM required for running CUERipper:
|
||||||
REM Newtonsoft.Json.dll
|
REM Newtonsoft.Json.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user