Skip to content

Commit

Permalink
💚 fix upx
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Feb 25, 2022
1 parent 10634c7 commit d988f98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ BUILD() {
mv alist-* build
if [ "$1" != "release" ]; then
cd build
upx -9 ./alist-linux
upx -9 ./alist-windows
upx -9 ./alist-linux*
upx -9 ./alist-windows*
find . -type f -print0 | xargs -0 md5sum >md5.txt
cat md5.txt
cd ..
Expand Down Expand Up @@ -118,8 +118,8 @@ BUILD_MUSL() {

RELEASE() {
cd alist/build
upx -9 ./alist-linux
upx -9 ./alist-windows
upx -9 ./alist-linux*
upx -9 ./alist-windows*
find . -type f -print0 | xargs -0 md5sum >md5.txt
cat md5.txt
mkdir compress
Expand Down

0 comments on commit d988f98

Please sign in to comment.