mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -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
|
||||
|
||||
Remove-Item -Force $packageArgs.file
|
||||
|
Loading…
x
Reference in New Issue
Block a user