mirror of https://github.com/Xhofe/alist
💚 print md5
parent
254b6c6f79
commit
8255ef4346
2
build.sh
2
build.sh
|
@ -35,7 +35,7 @@ mv alist-* build
|
||||||
cd build || exit
|
cd build || exit
|
||||||
upx -9 ./*
|
upx -9 ./*
|
||||||
find . -type f -print0 | xargs -0 md5sum > md5.txt
|
find . -type f -print0 | xargs -0 md5sum > md5.txt
|
||||||
|
cat md5.txt
|
||||||
# compress file (release)
|
# compress file (release)
|
||||||
if [ "$1" == "release" ]; then
|
if [ "$1" == "release" ]; then
|
||||||
mkdir compress
|
mkdir compress
|
||||||
|
|
Loading…
Reference in New Issue