mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix log
This commit is contained in:
parent
41ad35ab7d
commit
d3e91e01be
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ function Delete-Unused($path, $config)
|
|||
|
||||
foreach ($i in $deleteList)
|
||||
{
|
||||
write Deleting duplicated $i.Name with version $i.VersionInfo.FileVersion at location $i.Directory.FullName
|
||||
write "Deleting duplicated $($i.Name) with version $($i.VersionInfo.FileVersion) at location $($i.Directory.FullName)"
|
||||
Remove-Item $i
|
||||
}
|
||||
Remove-Item -Path $target -Include "*.xml" -Recurse
|
||||
|
|
|
|||
Loading…
Reference in a new issue