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
+7
View File
@@ -0,0 +1,7 @@
@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.