morgan pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • tools/fetch_changelogs.py
    ... ... @@ -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