Skip to content

feat: Integrate Velopack installer and auto-updater#23

Open
spektor56 wants to merge 2 commits intomainfrom
add-velopack-auto-updater-16694253700221158326
Open

feat: Integrate Velopack installer and auto-updater#23
spektor56 wants to merge 2 commits intomainfrom
add-velopack-auto-updater-16694253700221158326

Conversation

@spektor56
Copy link
Owner

Integrates Velopack into the OpenpilotToolkit application to provide a streamlined installer and automatic updates on startup.

Key changes:

  • Adds Velopack dependency to OpenpilotToolkit.csproj.
  • Configures VelopackApp.Build().Run() at app startup in Program.cs.
  • Implements background updater logic inside OpenpilotToolkitForm_Load using UpdateManager referencing the spektor56/openpilottoolkit GitHub repository.
  • Non-blocking UI prompts user about updates, then downloads and automatically restarts the application.
  • Updates the manual-release.yml GitHub action to use vpk pack for creating an installer branded with the repo's icon and splash screen.

PR created automatically by Jules for task 16694253700221158326 started by @spektor56

- Added Velopack NuGet package dependency to OpenpilotToolkit.
- Initialized Velopack in Program.cs.
- Integrated background auto-updater logic using UpdateManager in OpenpilotToolkitForm.cs checking spektor56/openpilottoolkit releases.
- Modified .github/workflows/manual-release.yml to use the `vpk` CLI for packaging the app with project icon and splash branding media.

Co-authored-by: spektor56 <3619794+spektor56@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

- Added Velopack NuGet package dependency to OpenpilotToolkit.
- Initialized Velopack in Program.cs.
- Integrated background auto-updater logic using UpdateManager in OpenpilotToolkitForm.cs checking spektor56/openpilottoolkit releases.
- Modified .github/workflows/manual-release.yml to use the `vpk` CLI for packaging the app with project icon and splash branding media.
- Added `vpk download github` to workflow to generate delta packages during release.

Co-authored-by: spektor56 <3619794+spektor56@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant