desktop 앱 실행시 종료문제 수정

This commit is contained in:
Macbook
2026-06-14 11:26:46 +09:00
parent 3f29e37139
commit 117a588df8
8 changed files with 21 additions and 9 deletions
+10
View File
@@ -60,6 +60,16 @@ export APPLE_TEAM_ID="..."
公証까지 완료되면 Gatekeeper 경고 없이 설치됩니다.
#### 실행 직후 바로 종료되는 경우
구버전 dmg(0.1.1 이전)는 Tauri updater가 `http://` 엔드포인트를 release 빌드에서 거부해 **시작 즉시 panic**합니다.
**최신 dmg를 다시 빌드·다운로드**하세요. 터미널에서 확인:
```bash
/Applications/GoldenChart.app/Contents/MacOS/goldenchart-desktop
# InsecureTransportProtocol / updater 오류 → dmg 재설치 필요
```
## 주요 기능
- **위젯 OS 창**: `WebviewWindow` + `widget.html`
+1 -1
View File
@@ -52,7 +52,7 @@
"plugins": {
"updater": {
"endpoints": [
"http://exdev.co.kr/desktop/updates/latest.json"
"https://exdev.co.kr/desktop/updates/latest.json"
],
"pubkey": "REPLACE_WITH_TAURI_SIGNER_PUBKEY"
}