Fixed Windows installer (binary download)

This commit is contained in:
Stanley Shyiko
2016-07-22 15:24:19 -07:00
parent b3910111ef
commit f5d0050098
+1 -1
View File
@@ -26,7 +26,7 @@ If ($env:JABBA_MAKE_INSTALL -eq "true")
}
else
{
(wget https://github.com/shyiko/jabba/releases/download/$jabbaVersion/jabba-$jabbaVersion-windows-amd64.exe -UseBasicParsing).Content > $jabbaDir/bin/jabba.exe
wget https://github.com/shyiko/jabba/releases/download/$jabbaVersion/jabba-$jabbaVersion-windows-amd64.exe -UseBasicParsing -OutFile $jabbaDir/bin/jabba.exe
}
$ErrorActionPreference="SilentlyContinue"