mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
4 lines
137 B
Batchfile
4 lines
137 B
Batchfile
|
|
@echo off
|
||
|
|
REM Convenience wrapper — launches the PowerShell build script.
|
||
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0build.ps1" %*
|