Skip to content

Commit

Permalink
Update Other.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 authored Aug 21, 2024
1 parent d7b6d4e commit 4f14c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Other.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ foreach ($AppxPackage in $AppxPackages)

[PSCustomObject]@{
DisplayName = $PackageId.DisplayName
Logo = $PackageId.Logo -replace "file:///", ""
Logo = $PackageId.Logo.OriginalString # | Where-Object -FilterScript {Test-Path -Path $_}
}
}

Expand Down

0 comments on commit 4f14c04

Please sign in to comment.