Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
4.2.5: Print 256 and 512 shasum when building distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Feb 6, 2023
1 parent a13e5a0 commit bddd4a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zipit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ rm -vrf ./dist/unlocker$VERSION
7z a ./dist/unlocker$VERSION.zip ./build/*
tar czvf ./dist/unlocker$VERSION.tgz ./build/*
7z x -o./dist/unlocker$VERSION ./dist/unlocker$VERSION.zip

shasum -a 256 ./dist/unlocker$VERSION.tgz
shasum -a 256 ./dist/unlocker$VERSION.zip
shasum -a 512 ./dist/unlocker$VERSION.tgz
shasum -a 512 ./dist/unlocker$VERSION.zip

0 comments on commit bddd4a9

Please sign in to comment.