From 8255ef4346735cb30e85fcd1633eedd148abf696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Thu, 4 Nov 2021 21:34:52 +0800 Subject: [PATCH] :green_heart: print md5 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a6299588..8066e71d 100644 --- a/build.sh +++ b/build.sh @@ -35,7 +35,7 @@ mv alist-* build cd build || exit upx -9 ./* find . -type f -print0 | xargs -0 md5sum > md5.txt - +cat md5.txt # compress file (release) if [ "$1" == "release" ]; then mkdir compress