mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-15 03:24:24 +01:00
Windows-Specific Binaries
This directory contains Windows-specific binaries and 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
*.dllfiles - Required Windows dynamic libraries*.exefiles - Windows executables
Build Process
These files are generated during the Windows build process by:
prepare-windows-npm.sh- Creates Node.js installation scriptscopy-windows-dlls.js- Copies all Windows-specific files to the output directory
None of these files should be committed to the repository - they are generated fresh during each Windows build.