From 8e64366f1dc8bf4551dd81c43f799a98be3d7be1 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 9 Nov 2020 01:14:05 +0000 Subject: [PATCH] Added: build script --- build-release.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 build-release.bat diff --git a/build-release.bat b/build-release.bat new file mode 100644 index 0000000..6875a19 --- /dev/null +++ b/build-release.bat @@ -0,0 +1 @@ +"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe" "skye.sln" /T:Build /P:Configuration=Release \ No newline at end of file