Files

7 lines
260 B
Batchfile
Raw Permalink Normal View History

2026-09-12 11:01:37 +02:00
@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