Files

8 lines
169 B
Batchfile
Raw Permalink Normal View History

2026-09-03 14:33:27 +02:00
@echo off
setlocal
cd /d "%~dp0"
npm install || exit /b 1
npm run verify || exit /b 1
npm run build:win || exit /b 1
echo Windows artifacts are in apps\desktop\release.