4 lines
114 B
Batchfile
4 lines
114 B
Batchfile
|
@echo off
|
||
|
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0build.ps1""" %*"
|
||
|
exit /b %ErrorLevel%
|