jdhitsolutions / WingetTools

A set of PowerShell tools for working with the winget package manager.
MIT License
146 stars 14 forks source link

Replacing non-character with * fails in German #12

Open jdhitsolutions opened 1 year ago

jdhitsolutions commented 1 year ago

In addition i had to modify the lines 23-24 in private.ps1 for the _convert function because of german OS/WinGet, so that putty also works, sadly the replace with '*' didn't work for the german version:

$i = $list.FindIndex({ $args[0] -match "^Versionshinweise:" }) $j = $list.FindIndex({ $args[0] -match "^Installationsprogramm:" })

Originally posted by @SebCT in https://github.com/jdhitsolutions/WingetTools/issues/10#issuecomment-1251683152