let me sign 1 apk pls (for real)

This commit is contained in:
jmir1 2021-04-22 22:56:49 +02:00
parent 0b79e81543
commit 7f5dcb1ad8

View File

@ -7,7 +7,7 @@ shopt -s globstar nullglob extglob
APKS=( **/*".apk" ) APKS=( **/*".apk" )
# Fail if too little extensions seem to have been built # Fail if too little extensions seem to have been built
if [ "${#APKS[@]}" -le "2" ]; then if [ "${#APKS[@]}" < "1" ]; then
echo "Insufficient amount of APKs found. Please check the project configuration." echo "Insufficient amount of APKs found. Please check the project configuration."
exit 1; exit 1;
fi; fi;