8000 Add support for 64bit updaters on windows by caesay · Pull Request #704 · velopack/velopack · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@caesay
Copy link
Member
@caesay caesay commented Jul 20, 2025

No description provided.

@codecov
Copy link
codecov bot commented Jul 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 40.07%. Comparing base (3ba32af) to head (923dce7).
⚠️ Report is 3 commits behind head on develop.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@caesay caesay force-pushed the cs/x64-windows-binaries branch from 75400f0 to 923dce7 Compare July 21, 2025 09:20
@caesay caesay requested review from Keboo and Copilot August 8, 2025 12:37
Copy link
Copilot AI left a 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

Keboo
Keboo previously approved these changes Aug 8, 2025
caesay and others added 4 commits August 17, 2025 11:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@caesay caesay force-pushed the cs/x64-windows-binaries branch from 10f9f49 to c3e82d6 Compare August 17, 2025 10:01
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.

3 participants

0