richard pushed to branch maint-13.0 at The Tor Project / Applications / 
tor-browser-build


Commits:
78659d49 by Nicolas Vigier at 2023-10-23T16:00:31+00:00
Bug 40991: Fix creation of downloads-windows-x86_64.json and 
downloads-linux-x86_64.json

Due to a typo, downloads-windows-x86_64.json and
downloads-linux-x86_64.json were not created.

- - - - -


1 changed file:

- tools/update-responses/update_responses


Changes:

=====================================
tools/update-responses/update_responses
=====================================
@@ -165,9 +165,9 @@ sub get_perplatform_downloads {
         my $os;
         if ($file =~ m/^$config->{appname_bundle}-macos-$version.dmg$/) {
           $os = 'macos';
-        } elsif ($file =~ 
m/^$config->{appname_bundle}-(linux-i686|linux-86_64)-${version}.tar.xz$/) {
+        } elsif ($file =~ 
m/^$config->{appname_bundle}-(linux-i686|linux-x86_64)-${version}.tar.xz$/) {
           $os = $1;
-        } elsif ($file =~ 
m/^$config->{appname_bundle}-(windows-i686|windows-86_64)-portable-${version}.exe$/)
 {
+        } elsif ($file =~ 
m/^$config->{appname_bundle}-(windows-i686|windows-x86_64)-portable-${version}.exe$/)
 {
           $os = $1;
         } elsif ($file =~ 
m/^$config->{appname_bundle}-(android-armv7|android-x86|android-x86_64|android-aarch64)-${version}.apk$/)
 {
           $os = $1;



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/78659d498e29a34e39953cc89186fe2d56263188

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/78659d498e29a34e39953cc89186fe2d56263188
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to