Skip to content

Commit

Permalink
fix(build.sh): generate SHA256 sums
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Aug 24, 2020
1 parent 407ce5d commit a99dbaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ case $1 in
$0 linux
$0 windows
$0 macos
shasum -a 256 ooniprobe_${v}_*_amd64.* > ooniprobe_checksums.txt
;;

*)
Expand Down

0 comments on commit a99dbaf

Please sign in to comment.