TakataSanshiro / Chocolatey-Packages

Some packages that can be installed via chocolatey.org
MIT License
15 stars 29 forks source link

Element desktop improvement #75

Closed TheCakeIsNaOH closed 3 years ago

TheCakeIsNaOH commented 3 years ago

This makes element-desktop use an explicit filename, instead of using get-childitem. It also removes all .exe files from the tools directory, not just the .exe for the current version.

Using Get-Childitem can fail on upgrade if the previous .exe was not removed for some reason.

TakataSanshiro commented 3 years ago

@TheCakeIsNaOH Thanks.