fix:eal4修改

This commit is contained in:
wangwenrui
2021-05-14 16:44:54 +08:00
parent 801180443f
commit 6d24eb864b
10 changed files with 16 additions and 508 deletions

View File

@@ -15,7 +15,11 @@ if [[ 'all' == "${BUILD_MODE}" ]];then
\cp -rf ../static/Tiles/ $DIST_PATH/static/
fi
echo 'start create zip...'
find ./ * -exec touch -t $(date +%Y%m%d0000.00) {} \;
#find ./ * -exec touch -t $(date +%Y%m%d0000.00) {} \;
find ./ * -exec touch -t 202104301200.00 {} \;
zip -rX nz-gui.zip ./* >/dev/null
MD5=$(md5sum nz-gui.zip |awk '{print $1}'|cut -c 1-8)