From 2d98c05776ed564d6cd56d4d816645ee0d68c384 Mon Sep 17 00:00:00 2001 From: xBoyMinemc <86919167+xBoyMinemc@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:47:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=86=8D=E6=89=93=E5=8C=85=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E6=96=87=E4=BB=B6=E5=90=8D=E7=9A=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packer.js b/packer.js index cebef30..0754ab3 100644 --- a/packer.js +++ b/packer.js @@ -96,7 +96,7 @@ output2.on('close', () => console.log(`${name2} 文件已成功创建,共包 // 将ZIP文件写入到输出流 archive.pipe(output1); -archive.pipe(output2); +// archive.pipe(output2); // 如果存在e:/temp路径就往那里放一份 @@ -112,4 +112,4 @@ if(fs.existsSync(tempPath)){ output4.on('close', () => console.log(`${tempName2} 文件已成功创建,共包含 ${archive.pointer()} 字节`)); archive.pipe(output3); archive.pipe(output4); -} \ No newline at end of file +}