tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

devedition (350B)


      1 . "$topsrcdir/build/mozconfig.win-common"
      2 . "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-win64"
      3 . "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-opt"
      4 
      5 # Add-on signing is not required for DevEdition
      6 MOZ_REQUIRE_SIGNING=
      7 
      8 ac_add_options --with-branding=browser/branding/aurora
      9 
     10 . "$topsrcdir/build/mozconfig.common.override"