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