diff options
Diffstat (limited to 'android')
| -rwxr-xr-x | android/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.sh b/android/build.sh index 516eb69b81..e8392f345d 100755 --- a/android/build.sh +++ b/android/build.sh @@ -92,6 +92,6 @@ echo "" echo " $PRODUCT_VERSION" echo "" echo " Build checksums:" -md5sum ../dist/MullvadVPN-"$PRODUCT_VERSION"* | sed 's/^/ /' +sha256sum ../dist/MullvadVPN-"$PRODUCT_VERSION"* | sed 's/^/ /' echo "" echo "**********************************" |
