build: choco: rename chocolateyUninstall.ps1 to chocolateyBeforeModify.ps1 to properly handle upgrades

This commit is contained in:
Bill Zissimopoulos 2017-03-11 15:06:48 -08:00
parent d907bf2769
commit bee0fa79b2
2 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Some of the benefits of using WinFsp are listed below:
<files>
<file src="chocolateyInstall.ps1" target="tools" />
<file src="chocolateyUninstall.ps1" target="tools" />
<file src="chocolateyBeforeModify.ps1" target="tools" />
<file src="winfsp-$version$.msi" target="tools" />
</files>
</package>