buildscript: Generate checksum for *.tar and *.img #190

Closed
fbl wants to merge 1 commits from fbl:checksum into master
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ buildrelease() {
fi
cd bin/$variant
for binary in *.bin; do
for binary in *.bin *.img *.tar; do
md5sum "$binary" > ./"$binary".md5
sha256sum "$binary" > ./"$binary".sha256
done