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

richard (@richard) git at gitlab.torproject.org
Fri Oct 13 18:23:10 UTC 2023



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:

- torbrowser_launcher/common.py


Changes:

=====================================
torbrowser_launcher/common.py
=====================================
@@ -104,11 +104,11 @@ class Common(object):
         if tbb_version:
             # tarball filename
             if self.architecture == "x86_64":
-                arch = "linux64"
+                arch = "linux-x86_64"
             else:
-                arch = "linux32"
+                arch = "linux-i686"
 
-            tarball_filename = "tor-browser-" + arch + "-" + tbb_version + "_ALL.tar.xz"
+            tarball_filename = "tor-browser-" + arch + "-" + tbb_version + ".tar.xz"
 
             # tarball
             self.paths["tarball_url"] = (



View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compare/4652b442d75e118b96296864ac68a5e7252dfc3b...8276534d8b5c2f70effb7ed48feb57d8bc6c469d

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compare/4652b442d75e118b96296864ac68a5e7252dfc3b...8276534d8b5c2f70effb7ed48feb57d8bc6c469d
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/20231013/091a4f20/attachment-0001.htm>


More information about the tor-commits mailing list