-
-
Notifications
You must be signed in to change notification settings - Fork 105
Add support for 64bit updaters on windows #704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #704 +/- ##
===========================================
- Coverage 40.46% 40.07% -0.39%
===========================================
Files 248 69 -179
Lines 19164 7715 -11449
Branches 2047 0 -2047
===========================================
- Hits 7755 3092 -4663
+ Misses 11048 4623 -6425
+ Partials 361 0 -361 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
75400f0 to
923dce7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for 64-bit (and ARM64) updater binaries on Windows, expanding beyond the previous x86-only support. The changes enable architecture-specific update binaries to be packaged correctly based on the target runtime.
- Adds architecture-specific binary handling for Windows update executables (x86, x64, arm64)
- Updates build pipeline to generate separate artifacts for each Windows architecture
- Adds comprehensive test coverage to verify correct architecture binaries are included in packages
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
test/Velopack.Packaging.Tests/WindowsPackTests.cs |
Adds new test to verify correct architecture-specific update binaries are packaged |
src/vpk/Velopack.Packaging/HelperFile.cs |
Updates binary selection logic to choose architecture-specific Windows update binaries |
src/Directory.Build.targets |
Updates packaging to include multiple Windows architecture binaries instead of generic ones |
CLAUDE.md |
Adds comprehensive technical documentation about Velopack architecture and development processes |
.github/workflows/build-tests.yml |
Updates artifact dependencies to include new Windows architecture-specific artifacts |
.github/workflows/build-rust.yml |
Restructures build pipeline to generate separate Windows binary artifacts per architecture |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
10f9f49 to
c3e82d6
Compare
No description provided.