From 3831c0ae0a9f6d9922cc7b36aa07c7bb5029d54c Mon Sep 17 00:00:00 2001 From: zs-yg <3972006562@qq.com> Date: Sun, 16 Nov 2025 18:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= 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 9e7a289..b19b6fd 100644 --- a/build.bat +++ b/build.bat @@ -4,4 +4,6 @@ cd bin\Release\net8.0 ren win-x64 MCSJ-x64 ren win-x86 MCSJ-x86 rmdir /s /q MCSJ-x64\publish -rmdir /s /q MCSJ-x86\publish \ No newline at end of file +rmdir /s /q MCSJ-x86\publish +7z a -tzip MCSJ-x64.zip MCSJ-x64 +7z a -tzip MCSJ-x86.zip MCSJ-x86 \ No newline at end of file