boklm pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
44e12497
by Nicolas Vigier at 2024-11-27T14:42:55+01:00
1 changed file:
Changes:
... | ... | @@ -132,6 +132,7 @@ sub convert_files { |
132 | 132 | $pm->start($step_name) and next;
|
133 | 133 | my $tmpdir = File::Temp->newdir();
|
134 | 134 | my (undef, $err, $success) = capture_exec('7z', 'x', "-o$tmpdir",
|
135 | + '-x!*/Applications',
|
|
135 | 136 | $file->{filename});
|
136 | 137 | exit_error "Error extracting $file->{filename}: $err" unless $success;
|
137 | 138 |