From b4142fad19582b23fc3faeb30db444738992df11 Mon Sep 17 00:00:00 2001 From: Enzo Le Van Date: Mon, 9 Sep 2024 10:47:21 +0200 Subject: [PATCH] windows script install --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index 20dc3605..a89b6ee6 100644 --- a/install.ps1 +++ b/install.ps1 @@ -112,7 +112,7 @@ Write-Host "Archive $archive" $zip = "$tmp\$bin-$tag-$target.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 Remove-Item -Path $tmp -Recurse -Force