From 0b6f66304b6c2927dfa6a3670bf262293c83b638 Mon Sep 17 00:00:00 2001 From: zs-yg <3972006562@qq.com> Date: Sun, 9 Nov 2025 08:27:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9E=84=E5=BB=BA=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build.bat diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..9e7a289 --- /dev/null +++ b/build.bat @@ -0,0 +1,7 @@ +dotnet publish MCSJ.csproj -c Release -r win-x86 --self-contained false /p:Optimize=true /p:DebugType=None +dotnet publish MCSJ.csproj -c Release -r win-x64 --self-contained false /p:Optimize=true /p:DebugType=None +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