zhayujie
94d0f56689
fix(desktop): make Windows dry-run signing work
2026-07-13 17:49:50 +08:00
zhayujie
4d690341a7
feat(desktop): add Windows code signing
2026-07-13 16:40:32 +08:00
zhayujie
65970c564c
feat: release 2.1.3
2026-07-08 15:55:56 +08:00
zhayujie
ed5b2d6ce6
fix: mac zip artifacts
2026-07-07 16:28:48 +08:00
zhayujie
d531e14fbf
feat(desktop): mac zip auto-update
2026-07-07 15:11:55 +08:00
zhayujie
8df38a23d2
fix(ci): run electron-builder in its own step so Windows produces installers
2026-07-07 12:32:04 +08:00
zhayujie
38105e6539
fix(desktop/ci): Windows build silently skipped + mac-x64 dmg not registered
2026-07-07 11:49:48 +08:00
zhayujie
cb31013584
build(desktop): decouple macOS notarization from CI into 3-stage release
2026-07-06 19:24:55 +08:00
zhayujie
a951494489
fix(desktop): notarize the .app zip
2026-07-06 10:19:54 +08:00
zhayujie
013960cd5a
feat: update release flow
2026-07-05 21:10:43 +08:00
zhayujie
60aebf41a8
fix: optimize notarize script
2026-07-05 20:28:02 +08:00
zhayujie
ae864c7ff9
fix(desktop): notarize dmg in a retryable step to survive poll timeouts
2026-07-05 11:23:43 +08:00
zhayujie
3b33114a40
fix(desktop): sign embedded backend via mac.binaries for notarization
2026-07-03 14:59:31 +08:00
zhayujie
01ec49afd2
build(desktop): enable macOS signing & notarization for release
2026-07-03 12:01:42 +08:00
zhayujie
e5f3eb48d4
desktop: make backend port deterministic (fixed + pre-launch cleanup) and reorder footer menu
2026-06-30 20:05:01 +08:00
zhayujie
02517e4a01
fix(ci): never mark pre-release versions as latest
2026-06-24 10:32:12 +08:00
zhayujie
2599966cf7
fix(ci): migrate retired macos-13 runner to macos-15-intel
2026-06-24 10:11:18 +08:00
zhayujie
6c68931892
fix(ci): publish per-platform instead of all-or-nothing
2026-06-24 10:04:05 +08:00
zhayujie
41855ed511
fix(ci): only enable mac signing when certificate secret is set
...
GitHub injects unset secrets as empty strings, and electron-builder treats
an empty CSC_LINK as a (broken) certificate path, aborting the mac build
with "desktop not a file". Export the signing vars only when non-empty so
unsigned builds fall back cleanly, matching local behavior. Windows builds
already passed; guarded the same way for consistency.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-23 20:57:01 +08:00
zhayujie
e9352e6984
feat(desktop): add auto-update via electron-updater + manual CI trigger
2026-06-23 20:37:27 +08:00