[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40706: macos-signer-stapler should wait for user interaction before attempting stapling
Richard Pospesel (@richard)
git at gitlab.torproject.org
Thu Dec 22 17:05:04 UTC 2022
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/f228c0cd1fd7b0e4ab373c56740b2808ce901a01
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f228c0cd1fd7b0e4ab373c56740b2808ce901a01
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20221222/af5a093b/attachment-0001.htm>
More information about the tbb-commits
mailing list