desktop 앱 적용

This commit is contained in:
Macbook
2026-06-14 10:15:54 +09:00
parent 7a2f65088c
commit 86b99d8c10
81 changed files with 8164 additions and 37 deletions
+18
View File
@@ -672,6 +672,24 @@ ssh aidev@exdev.co.kr "docker info"
---
## PC 데스크톱 클라이언트 (Tauri)
웹 Docker 배포와 **별도 Jenkins Job** `goldenChart-Desktop-Pipeline` 으로 macOS `.dmg` + Windows NSIS `.exe` 를 빌드합니다.
```bash
# 서버 최초 1회
./scripts/install-desktop-build-deps.sh
./scripts/setup-desktop-updater-keys.sh
./scripts/server-install-desktop-jenkins.sh
# 수동 빌드·배포
./scripts/jenkins-desktop-pipeline.sh
```
상세: [docs/desktop-pilot.md](docs/desktop-pilot.md)
---
## 13. 부록: deploy.sh · post-receive · Jenkinsfile
### 13-1. deploy.sh (서버용)