morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: 52b0e12f by Nicolas Vigier at 2025-03-27T15:10:19+00:00 Bug 41419: Add comment in downloads.json to mention that the file is deprecated
- - - - -
1 changed file:
- tools/update-responses/update_responses
Changes:
===================================== tools/update-responses/update_responses ===================================== @@ -463,6 +463,7 @@ sub write_downloads_json { version => "$version", tag => "$tag", downloads => get_version_downloads($config, $version), + comment => 'This file is deprecated and should not be used. Please use the files download-$platform.json instead.', }; write_htdocs($channel, '.', 'downloads.json', JSON->new->utf8->canonical->pretty->encode($data));
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/52...