From 2d7d9d6466c07041b314995d70af14afb7b31e59 Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Thu, 7 Mar 2024 03:36:40 -0500 Subject: [PATCH] Add build script --- build.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.bat diff --git a/build.bat b/build.bat new file mode 100644 index 00000000..97c85d57 --- /dev/null +++ b/build.bat @@ -0,0 +1,5 @@ +@echo off + +"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" build\h2-mod.sln /p:Configuration=Release /p:Platform=x64 + +pause \ No newline at end of file