let me sign 1 apk pls

This commit is contained in:
jmir1 2021-04-22 22:56:17 +02:00
parent 42d39cc552
commit 0b79e81543

View File

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