chore: add build batch script

This commit is contained in:
Rim 2025-04-28 23:31:39 -04:00
parent 20bc2549f3
commit 538d1f00aa

5
build.bat Normal file
View File

@ -0,0 +1,5 @@
@echo off
"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" build\s2-mod.sln /p:Configuration=Release /p:Platform=x64
pause