Conversation
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.
Native Windows desktop builds currently fail on the POSIX environment assignment, CRLF version checks, and paths containing spaces. This change makes
npm run desktop:buildwork on Windows and fixes the packaged server's startup and shutdown.Validation: native Windows x64 build passed locally. The Windows CI run passed the build, parent-termination test, installation, HTTP readiness check, and normal shutdown check. No provider keys or paid generations are needed for these checks. macOS and Linux builds were not run.
Windows build: download the installer and checksum. This is an unsigned x64 NSIS installer built from
ab3298642bacf3490a47b5c514e9ffd85e976d80. The CI artifact expires on 25 September 2026; the workflow can regenerate it. The installer can be attached to the release after maintainer review.DESKTOP.mddocuments the Windows prerequisites, verification commands, and Tauri's local-tools override for machines with a restricted or encrypted user cache.