7 lines
260 B
Batchfile
7 lines
260 B
Batchfile
@echo off
|
|
REM Double-click to build the browser (WebAssembly) version of BLOCKLINE.
|
|
REM Output lands in dist\web\. Pass -Serve to host it locally after building.
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0web-build\Build-Web.ps1" %*
|
|
echo.
|
|
pause
|