morgan pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
a1a9e32e
by Pier Angelo Vendrame at 2025-04-15T19:05:12+00:00
1 changed file:
Changes:
... | ... | @@ -86,6 +86,9 @@ class UpdateEntry(ChangelogEntry): |
86 | 86 | elif name == "GeckoView" or name == "Zstandard":
|
87 | 87 | platform = Platform.ANDROID
|
88 | 88 | num_platforms = 1
|
89 | + elif name == "Go":
|
|
90 | + platform = Platform.ALL_PLATFORMS ^ Platform.MACOS
|
|
91 | + num_platforms = 1
|
|
89 | 92 | else:
|
90 | 93 | platform = Platform.ALL_PLATFORMS
|
91 | 94 | num_platforms = 4
|