Skip to content
Snippets Groups Projects
Unverified Commit a7d80ad3 authored by boklm's avatar boklm
Browse files

Bug 40704: Update mar-tools filename for macos, in tools/update-responses/update_responses

parent c1f0460a
No related branches found
No related tags found
1 merge request!601Bug 40704: Update mar-tools filename for macos, in 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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment