修改打包逻辑
This commit is contained in:
parent
07b66a021d
commit
21776380d3
|
@ -6,7 +6,7 @@
|
|||
{
|
||||
"label": "build",
|
||||
"type": "shell",
|
||||
"command": "$currentDate = Get-Date -Format 'yyyyMMdd_HHmm';del ./dist/*;7z a -tzip ./dist/dist_$currentDate.zip ./* '-xr!dist/' '-xr!.vscode/' '-xr!.git/';cmd /c 'git log --oneline > ./README.txt'"
|
||||
"command": "cmd /c 'git log --oneline > ./README.txt';$currentDate = Get-Date -Format 'yyyyMMdd_HHmm';del ./dist/*;7z a -tzip ./dist/dist_$currentDate.zip ./* '-xr!dist/' '-xr!.vscode/' '-xr!.git/'"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
07b66a0 增加youtube函数
|
||||
1d1789d 修复邮箱卡住问题
|
||||
499c1bd 修复乱序执行错误 增加谷歌新闻阅读
|
||||
95e3a23 删除用不上的代码 增加注释 增加乱序执行
|
||||
aa4f2a6 修复邮箱回复 会回复谷歌官方邮件
|
||||
720df83 增加标准注释
|
||||
|
|
Loading…
Reference in New Issue