feat: Integrate Velopack installer and auto-updater#23
feat: Integrate Velopack installer and auto-updater#23
Conversation
- 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>
|
👋 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 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>
Integrates Velopack into the OpenpilotToolkit application to provide a streamlined installer and automatic updates on startup.
Key changes:
OpenpilotToolkit.csproj.VelopackApp.Build().Run()at app startup inProgram.cs.OpenpilotToolkitForm_LoadusingUpdateManagerreferencing thespektor56/openpilottoolkitGitHub repository.manual-release.ymlGitHub action to usevpk packfor creating an installer branded with the repo's icon and splash screen.PR created automatically by Jules for task 16694253700221158326 started by @spektor56