Add desktop app packaging and CI publishing workflows#4300
Draft
Add desktop app packaging and CI publishing workflows#4300
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4300 +/- ##
==========================================
+ Coverage 58.58% 58.65% +0.06%
==========================================
Files 251 254 +3
Lines 24467 24549 +82
Branches 6350 6399 +49
==========================================
+ Hits 14335 14400 +65
- Misses 10125 10142 +17
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Ensure unsigned PR and canary macOS desktop artifacts still receive an ad-hoc signature so Gatekeeper does not treat them as damaged, while preserving the real signing path for releases. Co-authored-by: Cursor <cursoragent@cursor.com>
Use standard codesign verification for ad-hoc signed PR builds so the guard still catches unsigned apps without failing on electron-builder's ad-hoc resource metadata. Co-authored-by: Cursor <cursoragent@cursor.com>
Allow electron-builder to perform ad-hoc signing in pull request builds while keeping certificate auto-discovery disabled for unsigned CI artifacts. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep the custom draggable hidden-titlebar treatment scoped to macOS so Windows and Linux use native frames and menu bars without traffic-light spacing. Co-authored-by: Cursor <cursoragent@cursor.com>
Add platform-specific desktop chrome for Windows/Linux while preserving distinct web and macOS layouts, and animate sidebar collapse so the work area slides over the sidebar without compressing it. Co-authored-by: Cursor <cursoragent@cursor.com>
Expose Electron browser history state to the renderer and add platform chrome buttons for back and forward navigation with disabled states and shortcut hints. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep sidebar chrome controls stationary across web and macOS while animating only the content inset during sidebar toggles. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@electric-ax/agents-desktop, including native-module rebuilds, packaged renderer resources, and platform icon generation.mainand wire Changesets releases to publish stable desktop artifacts on the package tag.Test plan
Made with Cursor