morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
e6c3db8a
by Nicolas Vigier at 2025-04-16T14:53:20+00:00
1 changed file:
Changes:
... | ... | @@ -351,6 +351,11 @@ sub get_response { |
351 | 351 | );
|
352 | 352 | goto CLOSETAGS;
|
353 | 353 | }
|
354 | + if (!$config->{versions}{$version}{files}{$os}{complete} &&
|
|
355 | + (!$from_version ||
|
|
356 | + !$config->{versions}{$version}{files}{$os}{partial}{$from_version})) {
|
|
357 | + next;
|
|
358 | + }
|
|
354 | 359 | my $minversion = get_config($config, $version, $os, 'minSupportedOSVersion');
|
355 | 360 | my $mininstruc = get_config($config, $version, $os, 'minSupportedInstructionSet');
|
356 | 361 | $writer->startTag('update',
|