Browse Source

windows script install

tags/v0.3.7rc0
Enzo Le Van 1 year ago
parent
commit
b4142fad19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install.ps1

+ 1
- 1
install.ps1 View File

@@ -112,7 +112,7 @@ Write-Host "Archive $archive"
$zip = "$tmp\$bin-$tag-$target.zip" $zip = "$tmp\$bin-$tag-$target.zip"
Download-File $archive $zip Download-File $archive $zip


Write-Host "Placing dora-rs cli in ", $dest
Write-Host "Placing dora-rs cli in ", $to


Expand-Archive -Path $zip -DestinationPath $to -Force Expand-Archive -Path $zip -DestinationPath $to -Force
Remove-Item -Path $tmp -Recurse -Force Remove-Item -Path $tmp -Recurse -Force


Loading…
Cancel
Save