mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 18:59:40 +08:00
feat(zip): 修改打包文件名
This commit is contained in:
parent
4266eecafa
commit
6333291200
@ -125,7 +125,7 @@ task('js', () => {
|
|||||||
task('zip', () => {
|
task('zip', () => {
|
||||||
const target = ['./templates/**', './*.yaml', 'README.md', 'screenshot.png', 'LICENSE']
|
const target = ['./templates/**', './*.yaml', 'README.md', 'screenshot.png', 'LICENSE']
|
||||||
return src(target, {base: '.'})
|
return src(target, {base: '.'})
|
||||||
.pipe(zip('halo-theme-dream.zip'))
|
.pipe(zip('halo-theme-dream2.0.zip'))
|
||||||
.pipe(dest(distPath))
|
.pipe(dest(distPath))
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user