This commit is contained in:
Manuel Romero
2023-08-29 12:32:25 +02:00
parent 75eacd3cbf
commit a985fa804c

View File

@@ -46,7 +46,7 @@ If ((Test-Path $bin\$fileName))
$fileNoExtension = [IO.Path]::GetFileNameWithoutExtension("$bin\$fileName")
Expand-Archive $bin\$fileName -DestinationPath $bin\$fileNoExtension -Force
#Write-Host "Binary decompressed in folder $($bin)\$($fileNoExtension)"
Write-Host "Binary decompressed in folder $($bin)\$($fileNoExtension)"
$exec = Get-ChildItem $bin\$fileNoExtension\*.exe | Select-Object -ExpandProperty Name
#Write-Host "Exec: $($exec)"