widows 11 environment
when try "bun run tauri build" or "bun run tauri build --no-bundle"
error returned at the stage of "Copying required files from Claude Code package..."
Copying cli.js...
Copying yoga.wasm...
Copying vendor/ directory...
Running: cp -r D:\claudia\temp-claude-package\package\vendor D:\claudia\vendor
'cp' is not recognized as an internal or external command, operable program or batch file.
Verified cp is the alias Copy-Item.
Get-Alias -Name cp
CommandType Name Version Source
Alias cp -> Copy-Item