Hello!
Get-WGPackage did only work for me with these modifications in line 53-54 in the Get-WGpackage.ps1 script, because my profile path has a space:
$winget = "'" + (Get-WGPath | out-string).Trim() + "'"
$cmdText = "& "
$cmdText += "$winget show --source $source"
Originally posted by @SebCT in #10 (comment)