mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 12:08:27 +00:00
fix(release): align app metadata and smoke checks
This commit is contained in:
@@ -96,10 +96,10 @@ while ($pending.Count -gt 0) {
|
||||
}
|
||||
}
|
||||
|
||||
$visible = foreach ($pid in $descendants) {
|
||||
$process = Get-Process -Id $pid -ErrorAction SilentlyContinue
|
||||
$visible = foreach ($childPid in $descendants) {
|
||||
$process = Get-Process -Id $childPid -ErrorAction SilentlyContinue
|
||||
if ($process -and $process.MainWindowHandle -ne 0) {
|
||||
"$($process.ProcessName)($pid)"
|
||||
"$($process.ProcessName)($childPid)"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user