Closed Thilas closed 4 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.
ChocolateyPackageFolder
chocolateyInstall.ps1
Here is an example: https://github.com/Thilas/chocolatey-packages/blob/master/vscodium.portable/tools/chocolateyInstall.ps1#L6
Thanks @Thilas
I just noticed that
ChocolateyPackageFolder
environment variable is not set while upgrading a package. This can lead to errors ifchocolateyInstall.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