Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • projects/firefox/build
    ... ... @@ -169,7 +169,7 @@ export LANG=C.UTF-8
    169 169
     ./mach configure \
    
    170 170
       --with-distribution-id=org.torproject \
    
    171 171
       --with-base-browser-version=[% c("var/torbrowser_version") %] \
    
    172
    -  [% IF c("var/tor-browser") -%]
    
    172
    +  [% IF c("var/updater_enabled") -%]
    
    173 173
             --enable-update-channel=[% c("var/channel") %] \
    
    174 174
       [% END %] \
    
    175 175
       [% IF !c("var/base-browser") -%]--with-branding=browser/branding/[% c("var/branding_directory_prefix") %]-[% c("var/channel") %][% END %] \