Skip to content

Commit fdebc0f

Browse files
author
openclaw-installer-sync[bot]
committed
chore: sync installers from openclaw c21ca883b0cc
1 parent 91e7f61 commit fdebc0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function Install-PortableNode {
222222
throw "Node.js archive did not contain node.exe."
223223
}
224224

225-
Move-Item -LiteralPath $nodeDir.FullName -Destination $portableRoot -Force
225+
Copy-Item -LiteralPath $nodeDir.FullName -Destination $portableRoot -Recurse -Force
226226
} finally {
227227
if (Test-Path $tmpZip) {
228228
Remove-Item -Force $tmpZip

0 commit comments

Comments
 (0)