Pier Angelo Vendrame pushed to branch mullvad-browser-146.0a1-16.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • build/moz.configure/init.configure
    ... ... @@ -1103,7 +1103,7 @@ def milestone(build_env, build_project, version_path, as_milestone, _):
    1103 1103
                     die("Could not find a version number in {}".format(p))
    
    1104 1104
                 versions.append(content[-1])
    
    1105 1105
     
    
    1106
    -    is_early_beta_or_earlier = False
    
    1106
    +    is_early_beta_or_earlier = None
    
    1107 1107
         if as_milestone:
    
    1108 1108
             if "a1" not in versions[0]:
    
    1109 1109
                 # We could make this work with some effort