majkinetor / au

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

Support ChocolateyPackageFolder environment variable #225

Closed Thilas closed 3 years ago

Thilas commented 3 years ago

I just noticed that ChocolateyPackageFolder environment variable is not set while upgrading a package. This can lead to errors if chocolateyInstall.ps1 is using this variable and expect it to be set.

Here is an example: https://github.com/Thilas/chocolatey-packages/blob/master/vscodium.portable/tools/chocolateyInstall.ps1#L6

majkinetor commented 3 years ago

Thanks @Thilas