diff --git a/install.ps1 b/install.ps1 index e6bfeb7..58e6a28 100644 --- a/install.ps1 +++ b/install.ps1 @@ -75,7 +75,7 @@ if (!(Test-Path $BinDir)) { New-Item $BinDir -ItemType Directory | Out-Null } -Invoke-WebRequest $DenoUri -Out $DenoZip +Invoke-WebRequest $DenoUri -OutFile $DenoZip if ($IsWindows) { Expand-Archive $DenoZip -Destination $BinDir -Force