ui/desktop/src/platform/windows/bin/README.md
This directory contains Windows-specific scripts that are only included during Windows builds.
install-node.cmd - Script to check for and install Node.js if needednpx.cmd - Wrapper script that ensures Node.js is installed and uses system npxuv.exe and uvx.exe are downloaded from the pinned Astral uv release during packaging..exe and .dll files are generated or fetched during the build and are not committed.Windows runtime files are prepared during the build process by:
prepare-windows-npm.sh - Creates Node.js installation scriptsprepare-platform-binaries.js - Downloads pinned uv binaries and copies Windows-specific files to src/binNone of these files should be committed to the repository - they are generated fresh during each Windows build.