mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 04:52:10 -05:00
build: choco: remove MSI after installation
This commit is contained in:
parent
193de36301
commit
38bcece5ce
@ -12,3 +12,5 @@ $packageArgs = @{
|
|||||||
}
|
}
|
||||||
|
|
||||||
Install-ChocolateyInstallPackage @packageArgs
|
Install-ChocolateyInstallPackage @packageArgs
|
||||||
|
|
||||||
|
Remove-Item -Force $packageArgs.file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user