build: just upx linux/amd64

pull/662/head
Xhofe 2022-03-03 19:44:13 +08:00
parent 9de072161e
commit 80f5bde0cb
1 changed files with 1 additions and 1 deletions

View File

@ -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