Pier Angelo Vendrame pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
2e520528
by Pier Angelo Vendrame at 2025-08-14T16:20:38+02:00
1 changed file:
Changes:
... | ... | @@ -3,6 +3,10 @@ |
3 | 3 | cd "$(dirname $(realpath "$0"))/.."
|
4 | 4 | |
5 | 5 | objdir=$1
|
6 | +if [ -z "$objdir" ]; then
|
|
7 | + echo "Usage $0 objdir"
|
|
8 | + exit 1
|
|
9 | +fi
|
|
6 | 10 | |
7 | 11 | if [ -z "$APKSIGNER_ARGS" ]; then
|
8 | 12 | if [ -z "$QA_KEY" ]; then
|