From 3534f6afac85201704a51e55bc04b623ae291fa7 Mon Sep 17 00:00:00 2001 From: Xhofe Date: Thu, 24 Feb 2022 23:07:35 +0800 Subject: [PATCH] :green_heart: fix cal md5 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3d412f1c..108b51d0 100644 --- a/build.sh +++ b/build.sh @@ -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 ..