Capacitor 확장으로 git push 시 Mobile Jenkins 빌드, PC 탭 Android/iPad 다운로드,
앱 내 APK 업데이트, iOS TestFlight API 및 Capacitor ios 프로젝트를 추가한다.
Co-authored-by: Cursor <cursoragent@cursor.com>
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>
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>
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>
Check server version on launch, download/install/relaunch if newer,
then show the main UI. Manual update check no longer triggers full install.
Co-authored-by: Cursor <cursoragent@cursor.com>
Rebuild dmg with real updater.pub. Improve check failure messages and
fix publish signing when TAURI_SIGNING_PRIVATE_KEY is set.
Co-authored-by: Cursor <cursoragent@cursor.com>
Tauri v2 signs *-setup.exe for NSIS updates, not only nsis.zip.
Include windows-x86_64 in latest.json and improve platform error messages.
Co-authored-by: Cursor <cursoragent@cursor.com>
Run reload-frontend-desktop-static from post-receive after deploy so
signed updater manifest survives git checkout placeholder reset.
Co-authored-by: Cursor <cursoragent@cursor.com>
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>
Use --ci for key generation and pass empty password to tauri signer sign
so Jenkins/SSH builds can sign updater bundles without a TTY.
Co-authored-by: Cursor <cursoragent@cursor.com>