Commit Graph

2 Commits

Author SHA1 Message Date
Wolfgang Stöggl
3b732ecc10 [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
2021-04-22 19:27:59 +02:00
Wolfgang Stöggl
ab3d5a0077 Build CUETools binaries for release using CI
- Add script CUETools/collect_files.bat, which copies the required
  files (.exe, .dll, etc.) according to the CUETools folder structure
- Add GitHub action .github/workflows/release-windows.yml, which is
  triggered upon tags or manually
- Upload the directory including the built CUETools binaries as zip
  file using actions/upload-artifact@v2
2021-01-23 09:17:46 +01:00