We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
jdhitsolutions
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: