diff --git a/build.sh b/build.sh index d772ceec..86b95781 100644 --- a/build.sh +++ b/build.sh @@ -118,7 +118,7 @@ BUILD_MUSL() { RELEASE() { cd alist/build - upx -9 ./alist-linux* + upx -9 ./alist-linux-amd64 upx -9 ./alist-windows* find . -type f -print0 | xargs -0 md5sum >md5.txt cat md5.txt