💚 fix cal md5

pull/661/head
Xhofe 2022-02-24 23:07:35 +08:00
parent 106c1d069c
commit 3534f6afac
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ BUILD() {
done
cd build
upx -9 ./*
find . -type f -print0 | xargs -0 md5sum >md5.txt
find ./alist-* -type f -print0 | xargs -0 md5 >md5.txt
cat md5.txt
cd ..
cd ..