[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40991: Fix creation of downloads-windows-x86_64.json and downloads-linux-x86_64.json

richard (@richard) git at gitlab.torproject.org
Mon Oct 23 15:50:15 UTC 2023



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
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/7105556c331352b50f200072a693eb9fd4a91ad5

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20231023/3ed7e601/attachment-0001.htm>


More information about the tor-commits mailing list