diff --git a/zipit.sh b/zipit.sh index 407e332..9c6eac3 100755 --- a/zipit.sh +++ b/zipit.sh @@ -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