Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
a7d80ad3
Unverified
Commit
a7d80ad3
authored
2 years ago
by
boklm
Browse files
Options
Downloads
Patches
Plain Diff
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
!601
Bug 40704: Update mar-tools filename for macos, in tools/update-responses/update_responses
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/update-responses/update_responses
+1
-1
1 addition, 1 deletion
tools/update-responses/update_responses
with
1 addition
and
1 deletion
tools/update-responses/update_responses
+
1
−
1
View file @
a7d80ad3
...
...
@@ -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 mac
os-x86_
64 win64 win32/) {
my
$marzip
= version_dir(
$config
,
$version
) .
"
/
mar
-
tools
-
$osname
.
zip
"
;
return
$marzip
if -f
$marzip
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment