Move BUILD.md to root, adds build.bat

This commit is contained in:
Sebastiaan Janssen
2017-09-09 15:09:34 +02:00
parent c72ecda18c
commit a499744084
2 changed files with 15 additions and 0 deletions

15
build.bat Normal file
View File

@@ -0,0 +1,15 @@
@ECHO OFF
powershell .\build\build.ps1
IF ERRORLEVEL 1 (
GOTO :error
) ELSE (
GOTO :EOF
)
:error
ECHO.
ECHO Can not run build\build.ps1.
ECHO If this is due to a SecurityError then make sure to run the following command from an administrator command prompt:
ECHO.
ECHO powershell Set-ExecutionPolicy -ExecutionPolicy RemoteSigned