tor-browser

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

private_local_toolchain.sh (228B)


      1 #!/bin/bash
      2 
      3 set -x
      4 set -e
      5 set -o pipefail
      6 
      7 script=$1
      8 shift
      9 artifact=$(basename $TOOLCHAIN_ARTIFACT)
     10 dir=${artifact%.tar.*}
     11 
     12 $GECKO_PATH/mach python --virtualenv build $(dirname $0)/$script "$@" $dir
     13 
     14 $(dirname $0)/pack.sh $dir