ci(release): build Windows desktop bundles - #61
Merged
Conversation
Add the windows-msvc matrix row to the desktop release job so each release ships the NSIS setup, the MSI, and a portable zip (app exe + cores + wintun.dll + portable.dat marker) alongside the Linux deb/AppImage. The Linux-only steps (apt deps, GPG import) are already gated on runner.os, so they skip on Windows.
Document the NSIS/MSI installers and the portable zip, and note the UAC prompt needed to bring up the tun adapter and routes.
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.
Summary
Promote Windows from nightly-only to the release pipeline. Each release now ships,
alongside the Linux
.deb/.AppImage:-setup.exeinstaller,kasumi-proxy-vX.Y.Z-portable.zip) — app exe + cores +wintun.dll+ aportable.datmarker that pins all state next to the exe.The desktop job gains a
windows-latest/x86_64-pc-windows-msvcmatrix row,mirroring
nightly.yml(same fetch +cargo tauri build+ portable-zip path).The Linux-only steps (apt deps, GPG import) are already gated on
runner.os, sothey no-op on Windows. README documents the installers, the portable build, and
the UAC prompt.
Affected layer
.github/Verification
actionlint .github/workflows/release.yml— cleannightly.ymlWindows desktop job (same steps)Notes for reviewers
End-to-end Windows release output can only be confirmed by cutting a release; the
build path itself is identical to the nightly one that already produces these
artifacts. The updater (
tauri-plugin-updater, #50) builds on top of this — itsWindows arm was blocked on this promotion.