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 Bug 40706: macos-signer-stapler should wait for user interaction before attempting stapling
- - - - -
1 changed file:
- tools/signing/macos-signer-stapler
Changes:
===================================== tools/signing/macos-signer-stapler ===================================== @@ -1,6 +1,8 @@ #!/bin/bash set -e
+read -n 1 -p "Press enter once notarization is complete..." + script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) source "$script_dir/functions"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f2...
tbb-commits@lists.torproject.org