-
- Downloads
Bug 40414: Add common config and functions files
Add common config file used to set Tor Browser version (and later other things). We also add a `functions` file where we can put functions used in multiple scripts. The following lines can be used at the top of a script to use the config and functions files: script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) source "$script_dir/functions"
parent
1e2b74dc
No related branches found
No related tags found
tools/signing/functions
0 → 100644
tools/signing/set-config
0 → 100644
tools/signing/set-config.tbb-version
0 → 100644
Please register or sign in to comment