Skip to content

Commit

Permalink
不再打包中文文件名的包
Browse files Browse the repository at this point in the history
  • Loading branch information
xBoyMinemc authored Nov 6, 2024
1 parent 4dc262a commit 2d98c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ output2.on('close', () => console.log(`${name2} 文件已成功创建,共包

// 将ZIP文件写入到输出流
archive.pipe(output1);
archive.pipe(output2);
// archive.pipe(output2);

// 如果存在e:/temp路径就往那里放一份

Expand All @@ -112,4 +112,4 @@ if(fs.existsSync(tempPath)){
output4.on('close', () => console.log(`${tempName2} 文件已成功创建,共包含 ${archive.pointer()} 字节`));
archive.pipe(output3);
archive.pipe(output4);
}
}

0 comments on commit 2d98c05

Please sign in to comment.