Windows build: Switch to 64-bit Node.js executable

This commit is contained in:
Richard Hansen 2022-05-13 18:52:52 -04:00
parent 2d56838792
commit 7e4931cf25
3 changed files with 11 additions and 2 deletions

View file

@ -49,7 +49,7 @@ try rm -rf node_modules
try mv node_modules_resolved node_modules
log "download windows node..."
try wget "https://nodejs.org/dist/latest-v16.x/win-x86/node.exe" -O node.exe
try wget "https://nodejs.org/dist/latest-v16.x/win-x64/node.exe" -O node.exe
log "create the zip..."
try zip -9 -r "${OUTPUT}" ./*