morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • tools/update-responses/update_responses
    ... ... @@ -463,6 +463,7 @@ sub write_downloads_json {
    463 463
             version => "$version",
    
    464 464
             tag => "$tag",
    
    465 465
             downloads => get_version_downloads($config, $version),
    
    466
    +        comment => 'This file is deprecated and should not be used. Please use the files download-$platform.json instead.',
    
    466 467
         };
    
    467 468
         write_htdocs($channel, '.', 'downloads.json',
    
    468 469
             JSON->new->utf8->canonical->pretty->encode($data));