diff options
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 "**********************************" |
