From 3b732ecc1037c89d4c5e1bc6fef778e3d7a1b593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Tue, 20 Apr 2021 21:04:47 +0200 Subject: [PATCH] [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 --- CUETools/collect_files.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUETools/collect_files.bat b/CUETools/collect_files.bat index 06210c4..93a4d27 100644 --- a/CUETools/collect_files.bat +++ b/CUETools/collect_files.bat @@ -118,7 +118,6 @@ xcopy /Y /D %base_dir%\ThirdParty\x64\wavpackdll.dll %release_dir%\plugins\x64\ REM EAC Plugin 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.CDImage.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.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\Newtonsoft.Json.dll %release_dir%\interop\EAC\ REM required for running CUERipper: REM Newtonsoft.Json.dll