diff --git a/build-windows.bat b/build-windows.bat new file mode 100644 index 0000000..360f7ff --- /dev/null +++ b/build-windows.bat @@ -0,0 +1,4 @@ +@echo off +chcp 65001 >/dev/null +powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0build-windows.ps1" +pause