summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-01-24 12:50:31 +0100
committerAlbin <albin@mullvad.net>2025-01-24 12:50:31 +0100
commita1571dfba74d2302571a014020dc0048100832eb (patch)
tree6a77312b5856039e56c2cc1f3a8080d1ddfb6874 /android
parentecd86f782691635ce85560f4460f3b4911cdf0ca (diff)
parentef51904ca8ae8b16c8b5b39a204855f852d983e5 (diff)
downloadmullvadvpn-a1571dfba74d2302571a014020dc0048100832eb.tar.xz
mullvadvpn-a1571dfba74d2302571a014020dc0048100832eb.zip
Merge branch 'improve-reproducibility-android'
Diffstat (limited to 'android')
-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 "**********************************"