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

[tor-commits] [Git][tpo/applications/torbrowser-launcher][main] 2 commits: Fix TBB archive name format



Title: GitLab

richard pushed to branch main at The Tor Project / Applications / torbrowser-launcher

Commits:

  • 1a0562ba
    by asciiwolf at 2023-10-13T15:04:09+00:00
    Fix TBB archive name format
  • 8276534d
    by richard at 2023-10-13T18:23:08+00:00
    Merge branch 'asciiwolf-tbb-archive-name-fix' into 'main'
    
    Fix TBB archive name format
    
    Closes #4
    
    See merge request tpo/applications/torbrowser-launcher!3

1 changed file:

Changes:

  • torbrowser_launcher/common.py
    ... ... @@ -104,11 +104,11 @@ class Common(object):
    104 104
             if tbb_version:
    
    105 105
                 # tarball filename
    
    106 106
                 if self.architecture == "x86_64":
    
    107
    -                arch = "linux64"
    
    107
    +                arch = "linux-x86_64"
    
    108 108
                 else:
    
    109
    -                arch = "linux32"
    
    109
    +                arch = "linux-i686"
    
    110 110
     
    
    111
    -            tarball_filename = "tor-browser-" + arch + "-" + tbb_version + "_ALL.tar.xz"
    
    111
    +            tarball_filename = "tor-browser-" + arch + "-" + tbb_version + ".tar.xz"
    
    112 112
     
    
    113 113
                 # tarball
    
    114 114
                 self.paths["tarball_url"] = (
    

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