diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index 7f089a440..cfa438e10 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -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 }