diff options
| author | Albin <albin@mullvad.net> | 2025-01-24 12:50:31 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-01-24 12:50:31 +0100 |
| commit | a1571dfba74d2302571a014020dc0048100832eb (patch) | |
| tree | 6a77312b5856039e56c2cc1f3a8080d1ddfb6874 /android | |
| parent | ecd86f782691635ce85560f4460f3b4911cdf0ca (diff) | |
| parent | ef51904ca8ae8b16c8b5b39a204855f852d983e5 (diff) | |
| download | mullvadvpn-a1571dfba74d2302571a014020dc0048100832eb.tar.xz mullvadvpn-a1571dfba74d2302571a014020dc0048100832eb.zip | |
Merge branch 'improve-reproducibility-android'
Diffstat (limited to 'android')
| -rwxr-xr-x | android/build.sh | 3 |
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 "**********************************" |
