Files

7 lines
164 B
PowerShell
Raw Permalink Normal View History

2026-09-03 14:33:27 +02:00
$ErrorActionPreference = 'Stop'
Set-Location $PSScriptRoot
npm install
npm run verify
npm run build:win
Write-Host 'Windows artifacts are in apps\desktop\release.'