This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch main in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/main by this push: new a7d80ad3 Bug 40704: Update mar-tools filename for macos, in tools/update-responses/update_responses a7d80ad3 is described below
commit a7d80ad340febd1b1adac09201acf387c9fb9652 Author: Nicolas Vigier boklm@torproject.org AuthorDate: Tue Dec 6 11:26:02 2022 +0100
Bug 40704: Update mar-tools filename for macos, in tools/update-responses/update_responses --- tools/update-responses/update_responses | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/update-responses/update_responses b/tools/update-responses/update_responses index 5725edbb..fec9bcde 100755 --- a/tools/update-responses/update_responses +++ b/tools/update-responses/update_responses @@ -475,7 +475,7 @@ sub write_downloads_json {
sub marzip_path { my ($config, $version) = @_; - for my $osname (qw/linux64 linux32 mac64 win64 win32/) { + for my $osname (qw/linux64 linux32 macos-x86_64 win64 win32/) { my $marzip = version_dir($config, $version) . "/mar-tools-$osname.zip"; return $marzip if -f $marzip; }