Commit Graph

8 Commits

Author SHA1 Message Date
Macbook 7f5e7b22d2 fix: Desktop publish가 build-info 버전을 tauri.conf로 덮어쓰지 않음
CI bump(0.1.7) 후 deploy checkout으로 tauri.conf가 0.1.4로 돌아가도
latest.json에 올바른 빌드 버전이 반영되도록 한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 17:26:35 +09:00
Macbook 36c06b55ea fix: stop desktop startup update loop — manifest version matches bundles
Do not inflate latest.json from dmg filenames; use build version only.
Add client loop guard when the same update retries without version bump.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 12:36:42 +09:00
Macbook 6b9e88ca9f fix: Mac desktop updater — platform-aware errors, HTTPS latest.json
Show Mac-specific update errors on macOS (not Windows message). Force HTTPS
bundle URLs, fix reconcile version from bundle filenames, bump to 0.1.4.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 12:19:19 +09:00
Macbook 967df18287 fix: Windows desktop updater — sign setup.exe, preserve latest.json on deploy
Sign *-setup.exe for updater manifest, pick newest bundle per platform,
reconcile after git checkout, and stop overwriting latest.json with empty
placeholder. Bump desktop to 0.1.3.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 12:03:48 +09:00
Macbook e79f028148 fix: ensure node in PATH for desktop latest.json reconcile
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 11:51:41 +09:00
Macbook 122c84931f fix: reconcile latest.json version compare node script
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 11:51:14 +09:00
Macbook a3fb92f72c chore: bump desktop version to 0.1.1; preserve latest.json version on reconcile
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 11:49:40 +09:00
Macbook 14b8c681b0 fix: regenerate desktop latest.json after deploy checkout
Signed updater bundles on disk are preserved across deploy, but
latest.json was reset to the git placeholder. Reconcile on nginx reload.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 11:44:33 +09:00