add windows desktop client shell
CI / compose (push) Successful in 7m48s

This commit is contained in:
Marco0300
2026-09-03 14:33:27 +02:00
parent 856625bd93
commit 4dfabf6433
14 changed files with 716 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
$ErrorActionPreference = 'Stop'
Set-Location $PSScriptRoot
npm install
npm run verify
npm run build:win
Write-Host 'Windows artifacts are in apps\desktop\release.'