Skip to content

Commit

Permalink
fix: ps install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Mar 19, 2024
1 parent 87bcdb1 commit 63666cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/ps/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function Invoke-Install {
Write-Color "Installing bebopc" -Color White

$compilerPath = Join-Path $env:PROGRAMDATA "bebop"
Expand-Archive -Path $downloadPath -DestinationPath "$compilerPath"
Expand-Archive -Path $downloadPath -DestinationPath "$compilerPath" -Force

if (!(Test-Path -Path "$env:PROGRAMDATA\bebop\bebopc.exe")) {
Write-Color "$ERROR_UTF8 bebopc failed to install." -Color Red
Expand Down Expand Up @@ -292,4 +292,4 @@ Write-Host "https://tempo.im"

Write-Color "- Run bebopc --help to get started" -Color White
Write-Host "- Further documentation: "
Write-Color " https://github.com/betwixt-labs/bebop/wiki" -Color White
Write-Color " https://github.com/betwixt-labs/bebop/wiki" -Color White

0 comments on commit 63666cb

Please sign in to comment.