fix: 取消 编译后修改文件 创建日期

This commit is contained in:
方顺健
2021-09-28 02:02:40 +00:00
parent fb7a7a349a
commit e9dfbc7270

View File

@@ -20,7 +20,7 @@ echo 'start create zip...'
#find ./ * -exec touch -t $(date +%Y%m%d0000.00) {} \;
find ./ * -exec touch -t 202104301200.00 {} \;
#find ./ * -exec touch -t 202104301200.00 {} \;
zip -rX nz-gui.zip ./* >/dev/null