mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 02:43:16 +00:00
* windows node bootstrapping now downloads node.exe to a separate file before renaming it (#73586) This should stop people from getting "corrupt" copies of node.exe in their `./tools/bootstrap/.cache` directory. I checked before making this commit that WebClient.DownloadFile can definitely result in a half-written file. * windows node bootstrapping now downloads node.exe to a separate file before renaming it --------- Co-authored-by: willox <me@wiox.me>