chore: 更新发布脚本
This commit is contained in:
@@ -273,9 +273,9 @@ function main() {
|
||||
copyAndCompressDir(rootDir, distDir);
|
||||
console.log('Files copied and compressed successfully!');
|
||||
|
||||
// 生成zip文件名(格式:数码喷墨墨水-定制化-YYYY-MM-DD-mp-weixin.zip)
|
||||
// 生成zip文件名(格式:POCT检测分析平台-定制化-YYYY-MM-DD-mp-weixin.zip)
|
||||
const currentDate = getCurrentDate();
|
||||
const zipFileName = `数码喷墨墨水-定制化-${currentDate}-mp-weixin.zip`;
|
||||
const zipFileName = `POCT检测分析平台-定制化-${currentDate}-mp-weixin.zip`;
|
||||
const zipPath = path.join(distDir, zipFileName);
|
||||
|
||||
// 创建zip压缩包
|
||||
|
||||
Reference in New Issue
Block a user