Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • tools/signing/macos-signer-stapler
    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