[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[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



Title: GitLab

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:

Changes:

  • tools/update-responses/update_responses
    ... ... @@ -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;
    

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