dgalbraith / chocolatey-packages

Automatic and manual Chocolatey packages
MIT License
4 stars 20 forks source link

(gh-546) Correct filename handling #547

Closed dgalbraith closed 6 months ago

dgalbraith commented 6 months ago

The package was not updating as the filename for the vsix extension was not being matched by the regular expressions. This was due to the base name (sans .vsix extension) being used in the update rather than the full filename - on subsequent runs the regular expression no longer matched on the filename. Corrected the update to replace with the full filename.