feat(windows): add signed Squirrel distribution foundation - #358
Open
Mat4m0 wants to merge 1 commit into
Open
Conversation
Mat4m0
force-pushed
the
feat/windows-distribution
branch
from
August 31, 2026 00:29
92cc5aa to
1b891c4
Compare
Mat4m0
force-pushed
the
feat/windows-distribution
branch
from
August 31, 2026 00:35
1b891c4 to
76f0597
Compare
Mat4m0
force-pushed
the
feat/windows-distribution
branch
from
August 31, 2026 00:40
76f0597 to
67aa0ea
Compare
Mat4m0
force-pushed
the
feat/windows-distribution
branch
from
August 31, 2026 00:55
67aa0ea to
013088f
Compare
Mat4m0
force-pushed
the
feat/windows-distribution
branch
from
August 31, 2026 01:03
013088f to
0459a79
Compare
Mat4m0
force-pushed
the
feat/windows-distribution
branch
from
August 31, 2026 01:14
0459a79 to
0bac563
Compare
Mat4m0
force-pushed
the
feat/windows-distribution
branch
from
August 31, 2026 01:20
0bac563 to
381aef0
Compare
Mat4m0
force-pushed
the
feat/windows-distribution
branch
from
August 31, 2026 02:15
381aef0 to
a960c0c
Compare
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.
What changed
Windows gains an x64 Squirrel installer, application icon, package manifest, signed distribution marker, and update-feed boundary.
Why
A development executable is not an installable or updatable Windows product. Packaging and runtime trust must agree on one signed distribution identity.
Invariant
Local packages remain untrusted and unsigned; release-shaped packages require the signing path before the runtime accepts distribution capabilities.
Delivery
Review-only distribution foundation. No installer is published.
Verification
unsigned Squirrel package build
package boundary probe
Authenticode status assertion
release-manifest and updater tests
Focused change
Relevant checks run
No signing credentials committed