Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
f228c0cd
by Richard Pospesel at 2022-12-22T17:04:30+00:00
1 changed file:
Changes:
1 | 1 | #!/bin/bash
|
2 | 2 | set -e
|
3 | 3 | |
4 | +read -n 1 -p "Press enter once notarization is complete..."
|
|
5 | + |
|
4 | 6 | script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
5 | 7 | source "$script_dir/functions"
|
6 | 8 |