From ff0cf0110085e91b2d422f3be2a23f38e4b1a1fb Mon Sep 17 00:00:00 2001 From: zs-yg <3972006562@qq.com> Date: Fri, 21 Nov 2025 19:13:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E9=94=AE=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=89=93=E5=8C=85=E6=96=87=E4=BB=B6=E5=A4=B9=E8=87=B3?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 46f926a..55b4bab 100644 --- a/build.bat +++ b/build.bat @@ -10,4 +10,6 @@ rmdir /s /q MCSJ-x86\publish 7z a -tzip MCSJ-x64.zip MCSJ-x64 7z a -tzip MCSJ-x86.zip MCSJ-x86 7z a -ttar MCSJ-x64.tar MCSJ-x64 -7z a -ttar MCSJ-x86.tar MCSJ-x86 \ No newline at end of file +7z a -ttar MCSJ-x86.tar MCSJ-x86 +rmdir /s /q MCSJ-x64 +rmdir /s /q MCSJ-x86 \ No newline at end of file