mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
fix: fixed naming for android armv7l builds
This commit is contained in:
parent
8c424765f6
commit
5b350154b0
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -110,7 +110,7 @@ if [[ "$WHAT" == "all" || "$WHAT" == "win" || "$WHAT" == "windows" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$WHAT" == "all" || "$WHAT" == "android" ]]; then
|
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
|
fi
|
||||||
|
|
||||||
sha256sum * > checksums.txt
|
sha256sum * > checksums.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue