fix(build.sh): generate SHA256 sums (#149)

This commit is contained in:
Simone Basso 2020-08-24 15:17:24 +02:00 committed by GitHub
parent 407ce5d624
commit fe89b2454c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ case $1 in
$0 linux
$0 windows
$0 macos
shasum -a 256 ooniprobe_${v}_*_amd64.* > ooniprobe_checksums.txt
;;
*)