diff --git a/build.cmd b/build.cmd index e69de29..8689f63 100644 --- a/build.cmd +++ b/build.cmd @@ -0,0 +1,2 @@ +@ECHO ON +PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' %*; exit $LASTEXITCODE"