richard pushed to branch main at The Tor Project / Applications / torbrowser-launcher
Commits:
1 changed file:
Changes:
... | ... | @@ -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"] = (
|