mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove createdump.exe
This commit is contained in:
parent
cc9c51d899
commit
4443200490
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ function Remove-CreateDumpExe ($path, $config) {
|
|||
|
||||
$depjson = Get-Content $target\Flow.Launcher.deps.json -raw
|
||||
$depjson -replace '(?s)(.createdump.exe": {.*?}.*?\n)\s*', "" | Out-File $target\Flow.Launcher.deps.json
|
||||
Remove-Item -Path $target -Include "*createdump.exe" -Recurse
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue