Skip to content

Commit

Permalink
Show sha256 checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Mar 2, 2024
1 parent c6e5e2c commit da0ee68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,5 @@ find $dest -print | xargs touch --no-dereference --date='$timestamp'
find $dest -print | sort | tar -cf - --no-recursion --files-from=- | gzip -9nc > /mold/$dest.tar.gz
chown $(id -u):$(id -g) /mold/$dest.tar.gz
"

which sha256sum > /dev/null && sha256sum $dest.tar.gz

0 comments on commit da0ee68

Please sign in to comment.