fix: fixed naming for android armv7l builds

This commit is contained in:
Simone Margaritelli 2019-10-04 20:23:13 +02:00
commit 5b350154b0

View file

@ -110,7 +110,7 @@ if [[ "$WHAT" == "all" || "$WHAT" == "win" || "$WHAT" == "windows" ]]; then
fi
if [[ "$WHAT" == "all" || "$WHAT" == "android" ]]; then
build_android_arm && create_archive bettercap_android_arm_$VERSION.zip
build_android_arm && create_archive bettercap_android_armv7l_$VERSION.zip
fi
sha256sum * > checksums.txt