summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-01-22 20:14:24 +0100
committerAlbin <albin@mullvad.net>2025-01-24 12:50:04 +0100
commit1812ba2a62126321111bafe62b998b3bcc2a2078 (patch)
tree48739e15e7fd5d83c72b229cb5ecdae1eb321564
parentecd86f782691635ce85560f4460f3b4911cdf0ca (diff)
downloadmullvadvpn-1812ba2a62126321111bafe62b998b3bcc2a2078.tar.xz
mullvadvpn-1812ba2a62126321111bafe62b998b3bcc2a2078.zip
Print build checksums
-rwxr-xr-xandroid/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/build.sh b/android/build.sh
index 1825c52a3d..a842c7ff9e 100755
--- a/android/build.sh
+++ b/android/build.sh
@@ -87,4 +87,7 @@ echo " You have built:"
echo ""
echo " $PRODUCT_VERSION"
echo ""
+echo " Build checksums:"
+md5sum ../dist/MullvadVPN-"$PRODUCT_VERSION"* | sed 's/^/ /'
+echo ""
echo "**********************************"