Skip to content

Commit

Permalink
Merge pull request #4 from genshaft/patch-1
Browse files Browse the repository at this point in the history
Update unpack.ps1
  • Loading branch information
dorin7bogdan authored Jun 7, 2021
2 parents da74e74 + c0fcb8e commit c4081dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/unpack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if($result)
$uftPath = Get-ItemProperty -Path $Registry_Key | Select-Object -ExpandProperty $value

$currdir = AbsPath -folder .\
$zipFile = Join-Path -Path $currdir -ChildPath UFT.zip
$zipFile = Join-Path -Path $currdir -ChildPath "UFT.zip"
Expand-ZIPFile $zipFile $currdir

$uft_dir = Join-Path $currdir -ChildPath "UFT"
Expand Down

0 comments on commit c4081dd

Please sign in to comment.