build.cmd 114 B

123
  1. @echo off
  2. powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0build.ps1""" %*"
  3. exit /b %ErrorLevel%