Skip to content

Get-WGPackage fails with space in profile path #11

@jdhitsolutions

Description

@jdhitsolutions

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)

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions