From 6333291200a5ea55021d452dde193a3af4546036 Mon Sep 17 00:00:00 2001 From: nineya Date: Tue, 28 Mar 2023 20:57:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(zip):=20=E4=BF=AE=E6=94=B9=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 89423a5..cb75126 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -125,7 +125,7 @@ task('js', () => { task('zip', () => { const target = ['./templates/**', './*.yaml', 'README.md', 'screenshot.png', 'LICENSE'] return src(target, {base: '.'}) - .pipe(zip('halo-theme-dream.zip')) + .pipe(zip('halo-theme-dream2.0.zip')) .pipe(dest(distPath)) })