feat(msix): generate App Installer file for automatic updates - #7819
Merged
JanDeDobbeleer merged 6 commits intoAug 25, 2026
Merged
Conversation
JanDeDobbeleer
changed the base branch from
main
to
claude/loving-shannon-rl5gf1
August 25, 2026 09:02
JanDeDobbeleer
force-pushed
the
claude/msix-appinstaller-auto-update-4893ry
branch
from
August 25, 2026 09:03
b618e0b to
2b2d55d
Compare
📦 Release binary size reportCompares this PR's release-equivalent build against the latest published release, per OS (amd64).
🎉 Binary size shrank on at least one platform. |
Generate an install-{arch}.appinstaller file alongside each MSIX package.
The file lives at the stable CDN URL (releases/latest) and points to the
immutable versioned MSIX, so Windows App Installer checks for updates on
launch (daily) and via a background task, updating silently without user
interaction.
The release workflow uploads the .appinstaller files as release assets
and to the CDN with the application/appinstaller content type.
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X95PpvsxLn7q5S54kTPYhY
Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01X95PpvsxLn7q5S54kTPYhY
Bumps the minor-patch group in /src with 1 update: [github.com/stretchr/testify](https://github.com/stretchr/testify). Updates `github.com/stretchr/testify` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
JanDeDobbeleer
force-pushed
the
claude/loving-shannon-rl5gf1
branch
from
August 25, 2026 09:41
e37763b to
d19bc0e
Compare
JanDeDobbeleer
force-pushed
the
claude/msix-appinstaller-auto-update-4893ry
branch
from
August 25, 2026 09:41
a9a2d8a to
9f5f7dc
Compare
JanDeDobbeleer
merged commit Aug 25, 2026
fe0ea32
into
claude/loving-shannon-rl5gf1
14 checks passed
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.
Generate an install-{arch}.appinstaller file alongside each MSIX package.
The file lives at the stable CDN URL (releases/latest) and points to the
immutable versioned MSIX, so Windows App Installer checks for updates on
launch (daily) and via a background task, updating silently without user
interaction.
The release workflow uploads the .appinstaller files as release assets
and to the CDN with the application/appinstaller content type.
Co-Authored-By: Claude noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01X95PpvsxLn7q5S54kTPYhY