DanGough / Nevergreen

This module is an alternative to Evergreen, and allows you to find the latest version and download URL for various Windows apps. Evergreen uses API queries to obtain its data whereas this module is more focussed on web scraping. This is more prone to breaking when websites are changed, hence the name.
The Unlicense
72 stars 16 forks source link

Adobe Reader - Missing x64 MUI Patch #47

Closed Vexxer1 closed 1 year ago

Vexxer1 commented 1 year ago

Can be added, by adding:

@{Architecture = 'x64'; Language = 'Multi'; Pattern = 'AcroRdrDCx64Upd\d{8,12}_MUI\.msp'}

to Get-AdobeAcrobatReader.ps1

DanGough commented 1 year ago

Thanks, this didn't exist when originally implemented. Now added in Dev.