1997799a4a
Signed-off-by: jh-block <jhugo@block.xyz>
Windows-Specific Runtime Files
This directory contains Windows-specific scripts that are only included during Windows builds.
Components
Node.js Installation
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 npx
Windows Binaries
uv.exeanduvx.exeare downloaded from the pinned Astral uv release during packaging.- Compiled
.exeand.dllfiles are generated or fetched during the build and are not committed.
Build Process
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 tosrc/bin
None of these files should be committed to the repository - they are generated fresh during each Windows build.