majkinetor / au

Chocolatey Automatic Package Updater Module
GNU General Public License v2.0
227 stars 71 forks source link

fix package root url usage with Update-AUPackages #256

Closed danmetzler closed 2 years ago

danmetzler commented 2 years ago

closes #254

This change would allow $au_GalleryPackageRootUrl to be specified as an environment variable. (This determines where AU checks the remote version.) By using an environment variable, we don't have to specify a global variable in every package's update.ps1 script. However global variable would still work in the update.ps1.