richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
7105556c
by Nicolas Vigier at 2023-10-23T15:11:48+02:00
1 changed file:
Changes:
... | ... | @@ -165,9 +165,9 @@ sub get_perplatform_downloads { |
165 | 165 | my $os;
|
166 | 166 | if ($file =~ m/^$config->{appname_bundle}-macos-$version.dmg$/) {
|
167 | 167 | $os = 'macos';
|
168 | - } elsif ($file =~ m/^$config->{appname_bundle}-(linux-i686|linux-86_64)-${version}.tar.xz$/) {
|
|
168 | + } elsif ($file =~ m/^$config->{appname_bundle}-(linux-i686|linux-x86_64)-${version}.tar.xz$/) {
|
|
169 | 169 | $os = $1;
|
170 | - } elsif ($file =~ m/^$config->{appname_bundle}-(windows-i686|windows-86_64)-portable-${version}.exe$/) {
|
|
170 | + } elsif ($file =~ m/^$config->{appname_bundle}-(windows-i686|windows-x86_64)-portable-${version}.exe$/) {
|
|
171 | 171 | $os = $1;
|
172 | 172 | } elsif ($file =~ m/^$config->{appname_bundle}-(android-armv7|android-x86|android-x86_64|android-aarch64)-${version}.apk$/) {
|
173 | 173 | $os = $1;
|