From a83e5f9f4ea8111a337bd5031624d96d437944b6 Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Thu, 7 Mar 2024 01:11:35 -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..520b6993 --- /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\h1-mod.sln /p:Configuration=Release /p:Platform=x64 + +pause \ No newline at end of file