We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9c51d commit 4443200Copy full SHA for 4443200
Scripts/post_build.ps1
@@ -52,6 +52,7 @@ function Remove-CreateDumpExe ($path, $config) {
52
53
$depjson = Get-Content $target\Flow.Launcher.deps.json -raw
54
$depjson -replace '(?s)(.createdump.exe": {.*?}.*?\n)\s*', "" | Out-File $target\Flow.Launcher.deps.json
55
+ Remove-Item -Path $target -Include "*createdump.exe" -Recurse
56
}
57
58
0 commit comments