From e9dfbc72704d2d0dcd304ef83611a4ed948b79af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E9=A1=BA=E5=81=A5?= Date: Tue, 28 Sep 2021 02:02:40 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=96=E6=B6=88=20=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=90=8E=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=20=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/build/script/buildEnd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/build/script/buildEnd.sh b/nezha-fronted/build/script/buildEnd.sh index 2bb5717e8..e68986e9e 100644 --- a/nezha-fronted/build/script/buildEnd.sh +++ b/nezha-fronted/build/script/buildEnd.sh @@ -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