Explorar o código

Upgrade node.js on Windows to v0.10.9

Pēteris Ņikiforovs %!s(int64=12) %!d(string=hai) anos
pai
achega
6b5afa5e1e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      installer.ps1

+ 2 - 2
installer.ps1

@@ -54,8 +54,8 @@ Start-Process "msiexec" "/i $webdeploy_local /passive" -Wait
 # node.js
 #
 Write-Host "Installing node.js...`n"
-$node_installer_file = "node-v0.10.7-x64.msi"
-$node_installer_url = "http://nodejs.org/dist/v0.10.7/x64/$node_installer_file"
+$node_installer_file = "node-v0.10.9-x64.msi"
+$node_installer_url = "http://nodejs.org/dist/v0.10.9/x64/$node_installer_file"
 $node_installer_local = "$workdir\$node_installer_file"
 (New-Object System.Net.WebClient).DownloadFile($node_installer_url, $node_installer_local)