mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-05 22:28:31 +00:00
Fix winget package uninstallation issues (#4036)
* refactor: refine Program parameter type to string * refactor: rename `Invoke-WPFRunspace` parameter `ArgumentList` to `ParameterList`
This commit is contained in:
@@ -88,7 +88,7 @@ Function Install-WinUtilProgramWinget {
|
||||
The Winget ID of the Program that should be uninstalled
|
||||
#>
|
||||
param (
|
||||
[psobject]$Program
|
||||
[string]$Program
|
||||
)
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user