DepotDownloader icon indicating copy to clipboard operation
DepotDownloader copied to clipboard

Add options to write appinfo and manifest as JSON

Open BOLL7708 opened this issue 1 month ago • 0 comments

This to enable integration with automation suites that reads JSON files.

This is a replacement for my previous pull request that I closed. This is instead separated from previous functionality to not introduce complexity. This simply writes already downloaded app-info and manifest data to the config folder as JSON when downloading something.

It adds two new options;

  1. -appinfo-json
  2. -manifest-json

BOLL7708 avatar Nov 02 '25 17:11 BOLL7708