2017-09-09 15:09:34 +02:00
|
|
|
@ECHO OFF
|
|
|
|
|
powershell .\build\build.ps1
|
|
|
|
|
|
|
|
|
|
IF ERRORLEVEL 1 (
|
|
|
|
|
GOTO :error
|
|
|
|
|
) ELSE (
|
|
|
|
|
GOTO :EOF
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
:error
|
|
|
|
|
ECHO.
|
2018-10-23 15:47:14 -05:00
|
|
|
ECHO Cannot run build\build.ps1.
|
2017-11-02 13:07:45 +01:00
|
|
|
ECHO If this is due to a SecurityError then please refer to BUILD.md for help!
|
2017-09-09 15:09:34 +02:00
|
|
|
ECHO.
|